aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 07d19e753..25fa201d5 100644
--- a/boot.php
+++ b/boot.php
@@ -1538,7 +1538,7 @@ function check_config() {
App::set_baseurl(z_root());
- new DB_Upgrade(DB_UPDATE_VERSION);
+ DB_Upgrade::run(DB_UPDATE_VERSION);
plugins_sync();