mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-7324-notificaciones-no-llegan-en-v754' into 'develop'
Fixed notifications when not fully configured See merge request artica/pandorafms!4042
This commit is contained in:
commit
bf70c342ff
@ -239,7 +239,7 @@ function get_notification_source_targets(int $id_source, ?string $subtype=null)
|
|||||||
}
|
}
|
||||||
|
|
||||||
$filter = sprintf(
|
$filter = sprintf(
|
||||||
' AND ns.`subtype_blacklist` NOT LIKE "%%%s%%"',
|
' AND (ns.`subtype_blacklist` IS NULL OR ns.`subtype_blacklist` NOT LIKE "%%%s%%") ',
|
||||||
$subtype
|
$subtype
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user