This commit is contained in:
Mario Vavti 2019-06-18 10:33:30 +02:00
parent c0b9ab930d
commit 619b39f955

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 {
}
}
}