]> git.mxchange.org Git - mailer.git/commitdiff
Missing variable fixed, opps
authorquix0r <quix0r@mxchange.org>
Sat, 25 Sep 2010 00:42:59 +0000 (00:42 +0000)
committerquix0r <quix0r@mxchange.org>
Sat, 25 Sep 2010 00:42:59 +0000 (00:42 +0000)
inc/module-functions.php

index 724822eda08382875976ae118a0c89fbf474ceaa..1d96f5e0f827e676a609b564e4afb0df99cee9b7 100644 (file)
@@ -273,7 +273,7 @@ function checkModulePermissions ($module = '') {
                // Problem with module detected
                logDebugMessage(__FUNCTION__, __LINE__, sprintf("Problem in module %s detected. ret=%s, locked=%s, hidden=%s, mem=%s, admin=%s, output_mode=%s",
                        $module,
-                       $ret,
+                       getModuleStatus($module),
                        $GLOBALS['cache_array']['modules']['locked'][$module_chk],
                        $GLOBALS['cache_array']['modules']['hidden'][$module_chk],
                        $GLOBALS['cache_array']['modules']['mem_only'][$module_chk],