Index: branches/5.3.x/install/upgrades.php =================================================================== diff -u -N -r16108 -r16508 --- branches/5.3.x/install/upgrades.php (.../upgrades.php) (revision 16108) +++ branches/5.3.x/install/upgrades.php (.../upgrades.php) (revision 16508) @@ -1,6 +1,6 @@ Array ('Core' => '5.2.1-B2'), '5.2.1-RC1' => Array ('Core' => '5.2.1-RC1'), '5.2.1' => Array ('Core' => '5.2.1'), + '5.2.2-B1' => Array ('Core' => '5.2.2-B1'), '5.3.0-B1' => Array ('Core' => '5.3.0-B1'), ); } @@ -119,4 +120,4 @@ } } } - } \ No newline at end of file + } Index: branches/5.3.x/install.php =================================================================== diff -u -N -r15901 -r16508 --- branches/5.3.x/install.php (.../install.php) (revision 15901) +++ branches/5.3.x/install.php (.../install.php) (revision 16508) @@ -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()); Index: branches/5.3.x/install/upgrades.sql =================================================================== diff -u -N -r16371 -r16508 --- branches/5.3.x/install/upgrades.sql (.../upgrades.sql) (revision 16371) +++ branches/5.3.x/install/upgrades.sql (.../upgrades.sql) (revision 16508) @@ -150,6 +150,8 @@ # ===== v 5.2.1 ===== +# ===== v 5.2.2-B1 ===== + # ===== v 5.3.0-B1 ===== UPDATE Modules SET ClassNamespace = 'InPortal\\Modules\\InNews'