(cherry picked from commit 619b39f955)
This commit is contained in:
Mario Vavti 2019-06-18 08:33:30 +00:00 committed by Mario
parent 958217dd55
commit df228237de

View File

@ -1570,7 +1570,7 @@ class Activity {
$s['verb'] = self::activity_decode_mapper($act->type);
if($act->type === 'Tombstone' || $act-type === 'Delete' || ($act->type === 'Create' && $act->obj['type'] === 'Tombstone')) {
if($act->type === 'Tombstone' || $act->type === 'Delete' || ($act->type === 'Create' && $act->obj['type'] === 'Tombstone')) {
$s['item_deleted'] = 1;
}
@ -2253,4 +2253,4 @@ class Activity {
}
}
}