From: quix0r Date: Sat, 25 Sep 2010 00:42:59 +0000 (+0000) Subject: Missing variable fixed, opps X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9041c9cc099faef9268b6ee7713693de28dd5613;p=mailer.git Missing variable fixed, opps --- diff --git a/inc/module-functions.php b/inc/module-functions.php index 724822eda0..1d96f5e0f8 100644 --- a/inc/module-functions.php +++ b/inc/module-functions.php @@ -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],