From 92ce66e7667cdaa5a4142af5d491d65d0e26ee1a Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 18 Oct 2024 19:20:20 +0000 Subject: i guess a couple of weeks have passed by now --- boot.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 66dba84c3..8723874b9 100644 --- a/boot.php +++ b/boot.php @@ -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(); -- cgit v1.2.3