]> git.mxchange.org Git - friendica.git/blobdiff - include/Contact.php
Issue 2957: The avatar problem with mastodon should now finally be solved
[friendica.git] / include / Contact.php
index 1e393895fb73e711648cc58210cff013967d55f7..fc9f660f1377e81aba7ae63f274f9dff1a418302 100644 (file)
@@ -127,7 +127,7 @@ function mark_for_death($contact) {
        if($contact['archive'])
                return;
 
-       if($contact['term-date'] <= NULL_DATE) {
+       if ($contact['term-date'] <= NULL_DATE) {
                q("UPDATE `contact` SET `term-date` = '%s' WHERE `id` = %d",
                                dbesc(datetime_convert()),
                                intval($contact['id'])