Index: trunk/kernel/units/modules/modules_tag_processor.php =================================================================== diff -u -N -r4590 -r4751 --- trunk/kernel/units/modules/modules_tag_processor.php (.../modules_tag_processor.php) (revision 4590) +++ trunk/kernel/units/modules/modules_tag_processor.php (.../modules_tag_processor.php) (revision 4751) @@ -4,7 +4,7 @@ function ModuleInstalled($params) { - return $this->Application->isModuleEnabled($module); + return $this->Application->isModuleEnabled($params['name']); } }