diff options
author | friendica <info@friendica.com> | 2012-06-20 16:35:49 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-20 16:35:49 -0700 |
commit | bf0ab10cafbcd7a238042cbd81c1bf521c9d12ea (patch) | |
tree | 086817a142ee7a1bd690c7a2dee8295782c9b17a /include/items.php | |
parent | f4e434cd46efccde7d341d7ae9c2b11859fb41ce (diff) | |
download | volse-hubzilla-bf0ab10cafbcd7a238042cbd81c1bf521c9d12ea.tar.gz volse-hubzilla-bf0ab10cafbcd7a238042cbd81c1bf521c9d12ea.tar.bz2 volse-hubzilla-bf0ab10cafbcd7a238042cbd81c1bf521c9d12ea.zip |
undefined unmark_for_death
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index d679efd90..a0dd1c815 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); } |