improvements
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user