From 433a86a6c27009ba3c48a17b5befcc671b45d9a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= 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