diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-10-18 21:36:48 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-10-18 21:36:48 +0200 |
commit | e8f816a9817a36b688b0ecafb53bc33c12aaef13 (patch) | |
tree | 120714a783b5c05c230d6081e7b529e6acf2c436 /Zotlabs | |
parent | 20db45c815fa57f6713d6378485092a0a11332dc (diff) | |
parent | e649ba5b131e1a3f28b32e2271770a4a08c15b11 (diff) | |
download | volse-hubzilla-e8f816a9817a36b688b0ecafb53bc33c12aaef13.tar.gz volse-hubzilla-e8f816a9817a36b688b0ecafb53bc33c12aaef13.tar.bz2 volse-hubzilla-e8f816a9817a36b688b0ecafb53bc33c12aaef13.zip |
Merge branch 'dev' into containers
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Daemon/Cron.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Zotlabs/Daemon/Cron.php b/Zotlabs/Daemon/Cron.php index d2c863572..3f5ce28eb 100644 --- a/Zotlabs/Daemon/Cron.php +++ b/Zotlabs/Daemon/Cron.php @@ -178,9 +178,6 @@ class Cron { } } - require_once('include/attach.php'); - attach_upgrade(); - // once daily run birthday_updates and then expire in background // FIXME: add birthday updates, both locally and for xprof for use |