Index: branches/1.1.x/install.php =================================================================== diff -u -N -r13115 -r13190 --- branches/1.1.x/install.php (.../install.php) (revision 13115) +++ branches/1.1.x/install.php (.../install.php) (revision 13190) @@ -30,4 +30,4 @@ $toolkit->RunSQL('/' . $module_folder .'/install/install_data.sql'); $toolkit->ImportLanguage('/' . $module_folder .'/install/english'); - $toolkit->finalizeModuleInstall(basename($module_folder), false); \ No newline at end of file + $toolkit->finalizeModuleInstall($module_folder, false); \ No newline at end of file