improvements

This commit is contained in:
nupplaPhil
2020-02-01 00:27:46 +01:00
parent c5653d30f3
commit f21196df7c
3 changed files with 10 additions and 5 deletions

View File

@@ -71,9 +71,6 @@ class Notifier
}
} elseif ($cmd == Delivery::SUGGESTION) {
$suggest = DI::fsuggest()->getById($target_id);
if (empty($suggest)) {
return;
}
$uid = $suggest->uid;
$recipients[] = $suggest->cid;
} elseif ($cmd == Delivery::REMOVAL) {