diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-19 11:23:38 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-19 11:23:38 +0200 |
commit | ec7cbe272af07d184f8ecd5d2285bb8f31d2d9a4 (patch) | |
tree | 8c15ce5b6ab6de0d6c8d304084eed67c037f8811 /Zotlabs/Daemon/Cron.php | |
parent | 71c599f50ef2933f3898d55823aec351f95d5828 (diff) | |
parent | 98bc1ed600639a8edff78795d8e71019d9dddd18 (diff) | |
download | volse-hubzilla-ec7cbe272af07d184f8ecd5d2285bb8f31d2d9a4.tar.gz volse-hubzilla-ec7cbe272af07d184f8ecd5d2285bb8f31d2d9a4.tar.bz2 volse-hubzilla-ec7cbe272af07d184f8ecd5d2285bb8f31d2d9a4.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Daemon/Cron.php')
-rw-r--r-- | Zotlabs/Daemon/Cron.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Cron.php b/Zotlabs/Daemon/Cron.php index d1c516f96..25e49b817 100644 --- a/Zotlabs/Daemon/Cron.php +++ b/Zotlabs/Daemon/Cron.php @@ -60,7 +60,7 @@ class Cron { drop_item($rr['id'],false,(($rr['item_wall']) ? DROPITEM_PHASE1 : DROPITEM_NORMAL)); if($rr['item_wall']) { // The notifier isn't normally invoked unless item_drop is interactive. - Zotlabs\Daemon\Master::Summon( [ 'Notifier', 'drop', $rr['id'] ] ); + Master::Summon( [ 'Notifier', 'drop', $rr['id'] ] ); } } } |