diff options
author | Mario <mario@mariovavti.com> | 2021-05-26 19:02:13 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-26 19:02:13 +0000 |
commit | 1c8000d02679e2465b0e86be673f68375703db4a (patch) | |
tree | ed4db6faf83da410744fa963fd03ef3b81681de9 /Zotlabs/Daemon/Cron_daily.php | |
parent | ff34a787c34c757b8959bbe51a485890e2345902 (diff) | |
download | volse-hubzilla-1c8000d02679e2465b0e86be673f68375703db4a.tar.gz volse-hubzilla-1c8000d02679e2465b0e86be673f68375703db4a.tar.bz2 volse-hubzilla-1c8000d02679e2465b0e86be673f68375703db4a.zip |
remove more legacy zot quirks
Diffstat (limited to 'Zotlabs/Daemon/Cron_daily.php')
-rw-r--r-- | Zotlabs/Daemon/Cron_daily.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Daemon/Cron_daily.php b/Zotlabs/Daemon/Cron_daily.php index bebccca9d..d1b74a032 100644 --- a/Zotlabs/Daemon/Cron_daily.php +++ b/Zotlabs/Daemon/Cron_daily.php @@ -95,8 +95,6 @@ class Cron_daily { remove_obsolete_hublocs(); remove_duplicate_singleton_hublocs(); - z6_discover(); - $date = datetime_convert(); call_hooks('cron_daily', $date); |