]> git.mxchange.org Git - friendica.git/commitdiff
undefined unmark_for_death
authorfriendica <info@friendica.com>
Wed, 20 Jun 2012 23:35:49 +0000 (16:35 -0700)
committerfriendica <info@friendica.com>
Wed, 20 Jun 2012 23:35:49 +0000 (16:35 -0700)
include/items.php

index d679efd9038982926a15767b1a274103fa7d7286..a0dd1c8159fc0a61130d7079541cba5c27960ca0 100755 (executable)
@@ -1268,6 +1268,7 @@ function dfrn_deliver($owner,$contact,$atom, $dissolve = false) {
 
        if($contact['term-date'] != '0000-00-00 00:00:00') {
                logger("dfrn_deliver: $url back from the dead - removing mark for death");
+               require_once('include/Contact.php');
                unmark_for_death($contact);
        }