aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-20 21:53:39 -0700
committerzotlabs <mike@macgirvin.com>2017-03-20 21:53:39 -0700
commitb153c651b45842b0062c0b32a1a3816a1f06856c (patch)
tree58c36a7b6e3043d588d8d99e2fca8661dd7b85fb /Zotlabs/Daemon
parent8821986d87b36b8b5ea311bcb73d348dc0bed262 (diff)
downloadvolse-hubzilla-b153c651b45842b0062c0b32a1a3816a1f06856c.tar.gz
volse-hubzilla-b153c651b45842b0062c0b32a1a3816a1f06856c.tar.bz2
volse-hubzilla-b153c651b45842b0062c0b32a1a3816a1f06856c.zip
perform attach_upgrade()
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r--Zotlabs/Daemon/Cron.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Cron.php b/Zotlabs/Daemon/Cron.php
index 350dda7a0..c84708ba4 100644
--- a/Zotlabs/Daemon/Cron.php
+++ b/Zotlabs/Daemon/Cron.php
@@ -121,6 +121,9 @@ class Cron {
}
}
+ require_once('include/attach.php');
+ attach_upgrade();
+
$abandon_days = intval(get_config('system','account_abandon_days'));
if($abandon_days < 1)
$abandon_days = 0;