]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Cron.php
Move NULL_DATE from boot.php to DBA::NULL_DATETIME
[friendica.git] / src / Worker / Cron.php
index 54e6cb676eb1bbea1927591b58a6270560cdf17f..9510063337f5da31756ed3a5c1613976c7256a28 100644 (file)
@@ -204,7 +204,7 @@ class Cron
                foreach ($contacts as $contact) {
 
                        if ($manual_id) {
-                               $contact['last-update'] = NULL_DATE;
+                               $contact['last-update'] = DBA::NULL_DATETIME;
                        }
 
                        // Friendica and OStatus are checked once a day