diff options
author | redmatrix <git@macgirvin.com> | 2016-07-20 21:55:23 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-20 21:55:23 -0700 |
commit | 0c3543ac43d552dbaee597df41c8b7ea2d650e04 (patch) | |
tree | 3c68b97e814c312eeb820ebf437fc914d2cc8e1e /Zotlabs/Daemon | |
parent | d2e5b7cb76c54a9b88f731ea09610045a4e36038 (diff) | |
download | volse-hubzilla-0c3543ac43d552dbaee597df41c8b7ea2d650e04.tar.gz volse-hubzilla-0c3543ac43d552dbaee597df41c8b7ea2d650e04.tar.bz2 volse-hubzilla-0c3543ac43d552dbaee597df41c8b7ea2d650e04.zip |
undefined function
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r-- | Zotlabs/Daemon/Cron.php | 2 |
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() ); |