Fix: Global target filter excluded

This commit is contained in:
buddh4 2017-10-10 13:42:42 +02:00
parent 497146a49c
commit 4be55b0b3a

View File

@ -124,10 +124,6 @@ class NotificationManager
}
}
if ($user === null) {
return $this->_targets;
}
$userTargets = [];
foreach ($this->_targets as $target) {
if ($target->isActive($user)) {