mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
2010-08-19 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/module_manager.php: Change the use of isModuleInPolicy to infoModulePolicy in the case of the fixed bad use of isModuleInPolicy git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3161 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
49bf5ab459
commit
c4715cec0c
@ -1,3 +1,9 @@
|
||||
2010-08-19 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager.php: Change the use of
|
||||
isModuleInPolicy to infoModulePolicy in the case of
|
||||
the fixed bad use of isModuleInPolicy
|
||||
|
||||
2010-08-19 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* images/sitemap.png
|
||||
|
@ -290,7 +290,7 @@ foreach ($modules as $module) {
|
||||
$data[0] .= '</a>';
|
||||
|
||||
if ($isFunctionPolicies !== ENTERPRISE_NOT_HOOK) {
|
||||
$policyInfo = isModuleInPolicy($module['id_agente_modulo'], false);
|
||||
$policyInfo = infoModulePolicy($module['id_agente_modulo']);
|
||||
if ($policyInfo === false)
|
||||
$data[1] = '';
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user