Index: branches/5.2.x/install.php =================================================================== diff -u -N -r15644 -r16487 --- branches/5.2.x/install.php (.../install.php) (revision 15644) +++ branches/5.2.x/install.php (.../install.php) (revision 16487) @@ -1,6 +1,6 @@ RunSQL('/' . $module_folder . '/install/install_schema.sql'); $toolkit->RunSQL('/' . $module_folder . '/install/install_data.sql', '{NewsCatId}', $category->GetID()); -$toolkit->ImportLanguage('/' . $module_folder . '/install/english'); +$toolkit->ImportLanguage('/' . $module_folder . '/install/english', isset($constants_file)); $toolkit->SetModuleRootCategory(basename($module_folder), $category->GetID());