summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zend/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zend/module.h b/zend/module.h
index 40cd6f7..4431355 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;