diff options
author | Mario <mario@mariovavti.com> | 2024-10-18 19:32:41 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-10-18 19:32:41 +0000 |
commit | e649ba5b131e1a3f28b32e2271770a4a08c15b11 (patch) | |
tree | 20c838e7be2a6afd6f9a52f8632d490f679d0bf4 /Zotlabs | |
parent | 92ce66e7667cdaa5a4142af5d491d65d0e26ee1a (diff) | |
download | volse-hubzilla-e649ba5b131e1a3f28b32e2271770a4a08c15b11.tar.gz volse-hubzilla-e649ba5b131e1a3f28b32e2271770a4a08c15b11.tar.bz2 volse-hubzilla-e649ba5b131e1a3f28b32e2271770a4a08c15b11.zip |
remove attach_upgrade() after 7 years it should not be required anymore
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 |