diff options
author | Mario <mario@mariovavti.com> | 2024-11-14 17:09:22 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-11-14 17:09:22 +0000 |
commit | e3a8668c3266e73ab3f7c218480d888549c47761 (patch) | |
tree | 9d236feafbc1dfbc3775b4941312fca748220730 /boot.php | |
parent | fd9977eada5e593565ab8ab260bae7d91765f0a1 (diff) | |
parent | bd3304ff94c0f0cc65b63632b13858932f59842f (diff) | |
download | volse-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |