Index: branches/5.1.x/core/units/modules/modules_tag_processor.php =================================================================== diff -u -N -r13086 -r13114 --- branches/5.1.x/core/units/modules/modules_tag_processor.php (.../modules_tag_processor.php) (revision 13086) +++ branches/5.1.x/core/units/modules/modules_tag_processor.php (.../modules_tag_processor.php) (revision 13114) @@ -1,6 +1,6 @@ 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