aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_update.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/install_update.php')
-rw-r--r--phpBB/install/install_update.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php
index e6fdddf0a2..bf1912076f 100644
--- a/phpBB/install/install_update.php
+++ b/phpBB/install/install_update.php
@@ -462,11 +462,11 @@ class install_update extends module
}
}
- $cache->purge();
-
$db->sql_return_on_error(true);
$db->sql_query('DELETE FROM ' . CONFIG_TABLE . " WHERE config_name = 'version_update_from'");
$db->sql_return_on_error(false);
+
+ $cache->purge();
}
break;