aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Cron.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-20 21:55:23 -0700
committerredmatrix <git@macgirvin.com>2016-07-20 21:55:23 -0700
commit0c3543ac43d552dbaee597df41c8b7ea2d650e04 (patch)
tree3c68b97e814c312eeb820ebf437fc914d2cc8e1e /Zotlabs/Daemon/Cron.php
parentd2e5b7cb76c54a9b88f731ea09610045a4e36038 (diff)
downloadvolse-hubzilla-0c3543ac43d552dbaee597df41c8b7ea2d650e04.tar.gz
volse-hubzilla-0c3543ac43d552dbaee597df41c8b7ea2d650e04.tar.bz2
volse-hubzilla-0c3543ac43d552dbaee597df41c8b7ea2d650e04.zip
undefined function
Diffstat (limited to 'Zotlabs/Daemon/Cron.php')
-rw-r--r--Zotlabs/Daemon/Cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Cron.php b/Zotlabs/Daemon/Cron.php
index 5af8174bf..c6e82b13a 100644
--- a/Zotlabs/Daemon/Cron.php
+++ b/Zotlabs/Daemon/Cron.php
@@ -66,7 +66,7 @@ class Cron {
q("delete from atoken where atoken_expires != '%s' && atoken_expires < %s",
dbesc(NULL_DATE),
- dbutcnow()
+ db_utcnow()
);