aboutsummaryrefslogtreecommitdiffstats
path: root/install/upgrade_2.3.0.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/upgrade_2.3.0.php')
-rw-r--r--install/upgrade_2.3.0.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade_2.3.0.php b/install/upgrade_2.3.0.php
index b33d0fb6a..c1aa07df7 100644
--- a/install/upgrade_2.3.0.php
+++ b/install/upgrade_2.3.0.php
@@ -83,7 +83,7 @@ if (!empty($inserts))
ob_start();
echo '<pre>';
-for ($upgrade_id = 112; $upgrade_id <= 126; $upgrade_id++)
+for ($upgrade_id = 112; $upgrade_id <= 127; $upgrade_id++)
{
if (!file_exists(UPGRADES_PATH.'/'.$upgrade_id.'-database.php'))
{