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:
zarzuelo 2010-08-19 11:06:29 +00:00
parent ccf321ab29
commit cb329a67a2
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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 {