From: friendica Date: Wed, 20 Jun 2012 23:35:49 +0000 (-0700) Subject: undefined unmark_for_death X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bf0ab10cafbcd7a238042cbd81c1bf521c9d12ea;p=friendica.git undefined unmark_for_death --- diff --git a/include/items.php b/include/items.php index d679efd903..a0dd1c8159 100755 --- a/include/items.php +++ b/include/items.php @@ -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); }