From 9041c9cc099faef9268b6ee7713693de28dd5613 Mon Sep 17 00:00:00 2001 From: quix0r Date: Sat, 25 Sep 2010 00:42:59 +0000 Subject: [PATCH] Missing variable fixed, opps --- inc/module-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- 2.39.5