undefined unmark_for_death
This commit is contained in:
parent
f4e434cd46
commit
bf0ab10caf
1 changed files with 1 additions and 0 deletions
|
@ -1268,6 +1268,7 @@ function dfrn_deliver($owner,$contact,$atom, $dissolve = false) {
|
||||||
|
|
||||||
if($contact['term-date'] != '0000-00-00 00:00:00') {
|
if($contact['term-date'] != '0000-00-00 00:00:00') {
|
||||||
logger("dfrn_deliver: $url back from the dead - removing mark for death");
|
logger("dfrn_deliver: $url back from the dead - removing mark for death");
|
||||||
|
require_once('include/Contact.php');
|
||||||
unmark_for_death($contact);
|
unmark_for_death($contact);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue