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.
This commit is contained in:
parent
7f1b67f0e4
commit
253e1530c1
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user