diff options
author | Mario <mario@mariovavti.com> | 2020-04-24 14:25:49 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-04-24 14:25:49 +0000 |
commit | e2b10f52e02c4cee77af089a544ec55e62048aba (patch) | |
tree | 34e8be162dc5e57ce94cdd65820de0dfd33dec63 /Zotlabs/Daemon | |
parent | 2b8afd55800754aeb158d77940777ecc2c119d37 (diff) | |
download | volse-hubzilla-e2b10f52e02c4cee77af089a544ec55e62048aba.tar.gz volse-hubzilla-e2b10f52e02c4cee77af089a544ec55e62048aba.tar.bz2 volse-hubzilla-e2b10f52e02c4cee77af089a544ec55e62048aba.zip |
more work on deprecating ACTIVITY_OBJ_FILE and adapt mod sharedwithme
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r-- | Zotlabs/Daemon/Cron.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Zotlabs/Daemon/Cron.php b/Zotlabs/Daemon/Cron.php index 9cdfa9a0f..46f4e4071 100644 --- a/Zotlabs/Daemon/Cron.php +++ b/Zotlabs/Daemon/Cron.php @@ -38,11 +38,6 @@ class Cron { Master::Summon(array('Poller')); - // maintenance for mod sharedwithme - check for updated items and remove them - - require_once('include/sharedwithme.php'); - apply_updates(); - /** * Chatpresence: if somebody hasn't pinged recently, they've most likely left the page * and shouldn't count as online anymore. We allow an expection for bots. |