summaryrefslogtreecommitdiff
path: root/zend/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'zend/module.h')
-rw-r--r--zend/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zend/module.h b/zend/module.h
index 374c9d6..efb06af 100644
--- a/zend/module.h
+++ b/zend/module.h
@@ -141,7 +141,7 @@ public:
ExtensionPath path(module TSRMLS_CC);
// load the module
- _handle = DL_LOAD(module);
+ _handle = DL_LOAD(path);
// handle should be valid
if (!_handle) return;