Index: branches/5.2.x/install.php =================================================================== diff -u -r15647 -r16489 --- branches/5.2.x/install.php (.../install.php) (revision 15647) +++ branches/5.2.x/install.php (.../install.php) (revision 16489) @@ -1,6 +1,6 @@ <?php /** -* @version $Id: install.php 15647 2012-12-04 09:52:55Z alex $ +* @version $Id: install.php 16489 2016-11-25 14:14:14Z alex $ * @package In-Commerce * @copyright Copyright (C) 1997 - 2009 Intechnic. All rights reserved. * @license Commercial License @@ -46,7 +46,7 @@ $toolkit->RunSQL('/' . $module_folder . '/install/install_schema.sql'); $toolkit->RunSQL('/' . $module_folder . '/install/install_data.sql', '{ProductCatId}', $category->GetID()); -$toolkit->ImportLanguage('/' . $module_folder . '/install/english'); +$toolkit->ImportLanguage('/' . $module_folder . '/install/english', isset($constants_file)); $toolkit->SetModuleRootCategory(basename($module_folder), $category->GetID());