]> git.mxchange.org Git - mailer.git/blobdiff - inc/module-functions.php
Template renamed
[mailer.git] / inc / module-functions.php
index a4f03277eeb90ff8cd0857d7450d7cf800d939e9..a5659b906fac960cbb662fe2721a208ea89c0ebf 100644 (file)
@@ -223,9 +223,10 @@ function checkModulePermissions ($module = '') {
                        setModuleStatus($module_chk, 'admin_only');
                } else {
                        // @TODO Nothing helped???
-                       logDebugMessage(__FUNCTION__, __LINE__, sprintf("ret=%s,locked=%s,admin=%s,mem=%s",
+                       logDebugMessage(__FUNCTION__, __LINE__, sprintf("ret=%s,locked=%s,hidden=%s,admin=%s,mem=%s",
                                getModuleStatus($module_chk),
                                $GLOBALS['cache_array']['modules']['locked'][$module_chk],
+                               $GLOBALS['cache_array']['modules']['hidden'][$module_chk],
                                $GLOBALS['cache_array']['modules']['admin_only'][$module_chk],
                                $GLOBALS['cache_array']['modules']['mem_only'][$module_chk]
                        ));