aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-11-14 13:32:48 +0000
committerMario <mario@mariovavti.com>2024-11-14 13:32:48 +0000
commitbd3304ff94c0f0cc65b63632b13858932f59842f (patch)
tree3abe2857a94b527d75909e654103dfc59c36d254 /boot.php
parentce9d67f7b17a3b8c6dde40bce83e4329d1e7cdc2 (diff)
parent6c1d0851d74b02bb0e7317e273788917acd8a313 (diff)
downloadvolse-hubzilla-bd3304ff94c0f0cc65b63632b13858932f59842f.tar.gz
volse-hubzilla-bd3304ff94c0f0cc65b63632b13858932f59842f.tar.bz2
volse-hubzilla-bd3304ff94c0f0cc65b63632b13858932f59842f.zip
Merge branch 'oops-fix-db-update' into 'dev'
Fix invocation of DB_Update::run. See merge request hubzilla/core!2167
Diffstat (limited to 'boot.php')
-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();