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