From 088a87914f7bbe5bb45ea125ae3c1b1a8ef0ed80 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 11 Jun 2024 09:00:43 +0000 Subject: remove not needed namespace --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index c56e4fabf..032bfbc15 100644 --- a/boot.php +++ b/boot.php @@ -1648,7 +1648,7 @@ function fix_system_urls($oldurl, $newurl) { } } - Zotlabs\Daemon\Master::Summon(['Notifier', 'refresh_all', $c[0]['channel_id']]); + Master::Summon(['Notifier', 'refresh_all', $c[0]['channel_id']]); } } @@ -2725,7 +2725,7 @@ function check_cron_broken() { $d = Config::Get('system', 'lastcron'); if ((!$d) || ($d < datetime_convert('UTC', 'UTC', 'now - 4 hours'))) { - Zotlabs\Daemon\Master::Summon(['Cron']); + Master::Summon(['Cron']); Config::Set('system', 'lastcron', datetime_convert()); } -- cgit v1.2.3