diff options
author | Mario <mario@mariovavti.com> | 2024-10-18 19:20:20 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-10-18 19:20:20 +0000 |
commit | 92ce66e7667cdaa5a4142af5d491d65d0e26ee1a (patch) | |
tree | abc575ae0b5428c840d3314c6ca17d6be9b31821 /boot.php | |
parent | 1411eafa9b5411df9cfbd8b563025a6665a0a7db (diff) | |
download | volse-hubzilla-92ce66e7667cdaa5a4142af5d491d65d0e26ee1a.tar.gz volse-hubzilla-92ce66e7667cdaa5a4142af5d491d65d0e26ee1a.tar.bz2 volse-hubzilla-92ce66e7667cdaa5a4142af5d491d65d0e26ee1a.zip |
i guess a couple of weeks have passed by now
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1538,13 +1538,6 @@ function check_config() { App::set_baseurl(z_root()); - // Make sure each site has a system channel. This is now created on install - // so we just need to keep this around a couple of weeks until the hubs that - // already exist have one - $syschan_exists = get_sys_channel(); - if (!$syschan_exists) - create_sys_channel(); - new DB_Upgrade(DB_UPDATE_VERSION); plugins_sync(); |