mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Fix: Global target filter excluded
This commit is contained in:
parent
497146a49c
commit
4be55b0b3a
@ -124,10 +124,6 @@ class NotificationManager
|
||||
}
|
||||
}
|
||||
|
||||
if ($user === null) {
|
||||
return $this->_targets;
|
||||
}
|
||||
|
||||
$userTargets = [];
|
||||
foreach ($this->_targets as $target) {
|
||||
if ($target->isActive($user)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user