Index: units/modules/modules_tag_processor.php =================================================================== --- units/modules/modules_tag_processor.php (revision 13106) +++ units/modules/modules_tag_processor.php (working copy) @@ -108,10 +108,10 @@ $object =& $this->getObject($params); /* @var $object kDBList */ - $module_path = strtolower( $object->GetDBField('Name') ); + $module_path = strtolower( $object->GetDBField('Path') ); $url_params = Array ('redirect' => 1, 'admin' => 1); - return $this->Application->HREF('dummy', '_FRONT_END_', $url_params, $module_path . '/install.php'); + return $this->Application->HREF('dummy', '_FRONT_END_', $url_params, $module_path . 'install.php'); } } \ No newline at end of file