aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-06-11 09:00:43 +0000
committerMario <mario@mariovavti.com>2024-06-11 09:00:43 +0000
commit088a87914f7bbe5bb45ea125ae3c1b1a8ef0ed80 (patch)
treed1aa765d6d409f1e0874a74c5d499594e6dbdc6d /boot.php
parent5110dcb9126a0d21062537f0fb640c3078811f81 (diff)
downloadvolse-hubzilla-088a87914f7bbe5bb45ea125ae3c1b1a8ef0ed80.tar.gz
volse-hubzilla-088a87914f7bbe5bb45ea125ae3c1b1a8ef0ed80.tar.bz2
volse-hubzilla-088a87914f7bbe5bb45ea125ae3c1b1a8ef0ed80.zip
remove not needed namespace
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 2 insertions, 2 deletions
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());
}