X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FNotifier.php;h=db593b6a4748fdf9b1fa5a0eaa3cf97de7645a2e;hb=552a30e1f31f1a6f2ffb3f0abec6925a01d05d3a;hp=10fe6e3abceb0ac2d7c2fa956f10657a8bada33a;hpb=78d063f35a4b2b706e4b78e4b384d30ea0d0a6e9;p=friendica.git diff --git a/src/Worker/Notifier.php b/src/Worker/Notifier.php index 10fe6e3abc..db593b6a47 100644 --- a/src/Worker/Notifier.php +++ b/src/Worker/Notifier.php @@ -336,7 +336,7 @@ class Notifier foreach ($items as $item) { $recipients[] = $item['contact-id']; // pull out additional tagged people to notify (if public message) - if ($public_message && strlen($item['inform'])) { + if ($public_message && $item['inform']) { $people = explode(',',$item['inform']); foreach ($people as $person) { if (substr($person,0,4) === 'cid:') {