aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-11-14 17:09:22 +0000
committerMario <mario@mariovavti.com>2024-11-14 17:09:22 +0000
commite3a8668c3266e73ab3f7c218480d888549c47761 (patch)
tree9d236feafbc1dfbc3775b4941312fca748220730 /boot.php
parentfd9977eada5e593565ab8ab260bae7d91765f0a1 (diff)
parentbd3304ff94c0f0cc65b63632b13858932f59842f (diff)
downloadvolse-hubzilla-e3a8668c3266e73ab3f7c218480d888549c47761.tar.gz
volse-hubzilla-e3a8668c3266e73ab3f7c218480d888549c47761.tar.bz2
volse-hubzilla-e3a8668c3266e73ab3f7c218480d888549c47761.zip
Merge branch 'dev' into containers
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();