Index: branches/5.1.x/install.php =================================================================== diff -u -N -r13119 -r13196 --- branches/5.1.x/install.php (.../install.php) (revision 13119) +++ branches/5.1.x/install.php (.../install.php) (revision 13196) @@ -1,6 +1,6 @@ linkCustomFields('KERNEL', 'c', 1); // to create ItemTemplate custom field $toolkit->setModuleItemTemplate($category, 'l', '#in-link/item_design#'); - $toolkit->finalizeModuleInstall(basename($module_folder), true); \ No newline at end of file + $toolkit->finalizeModuleInstall($module_folder, true); \ No newline at end of file