From 253e1530c1b6f2a1484e4b9fcc29d48a277685b3 Mon Sep 17 00:00:00 2001 From: oscim Date: Tue, 29 Oct 2019 10:45:57 +0100 Subject: [PATCH] Update modulehelp.php how not loaded module hidden. If module is hidden, it is not link to display in modulehelp. except in a specific context defined by the developer. In this case, this ligen blocks the information display capability of the module. --- htdocs/admin/modulehelp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/modulehelp.php b/htdocs/admin/modulehelp.php index de9d1677932..732e754c426 100644 --- a/htdocs/admin/modulehelp.php +++ b/htdocs/admin/modulehelp.php @@ -129,7 +129,7 @@ foreach ($modulesdir as $dir) if (preg_match('/deprecated/', $objMod->version) && (empty($conf->global->$const_name) && ($conf->global->MAIN_FEATURES_LEVEL >= 0))) $modulequalified=0; // We discard modules according to property disabled - if (! empty($objMod->hidden)) $modulequalified=0; + //if (! empty($objMod->hidden)) $modulequalified=0; if ($modulequalified > 0) {