Index: trunk/core/units/modules/modules_tag_processor.php =================================================================== diff -u -r4590 -r4751 --- trunk/core/units/modules/modules_tag_processor.php (.../modules_tag_processor.php) (revision 4590) +++ trunk/core/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']); } }