Index: branches/5.3.x/install.php =================================================================== diff -u -r15898 -r16512 --- branches/5.3.x/install.php (.../install.php) (revision 15898) +++ branches/5.3.x/install.php (.../install.php) (revision 16512) @@ -1,6 +1,6 @@ <?php /** -* @version $Id: install.php 15898 2013-07-12 10:06:24Z alex $ +* @version $Id: install.php 16512 2016-12-29 21:41:20Z alex $ * @package In-Bulletin * @copyright Copyright (C) 1997 - 2009 Intechnic. All rights reserved. * @license GNU/GPL @@ -47,7 +47,7 @@ $toolkit->RunSQL('/' . $module_folder . '/install/install_schema.sql'); $toolkit->RunSQL('/' . $module_folder . '/install/install_data.sql', '{TopicCatId}', $category->GetID()); -$toolkit->ImportLanguage('/' . $module_folder . '/install/english'); +$toolkit->ImportLanguage('/' . $module_folder . '/install/english', isset($constants_file)); $toolkit->SetModuleRootCategory(basename($module_folder), $category->GetID());