X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fenotify.php;h=54b59857c2cdb5f72872c7644cb082962a51ddbe;hb=16ef9f49408050aab2b6a180f7df9103145f0c03;hp=d3f1ab580b1817ec359f9540dc3a5f417fb84fa9;hpb=e4c4b8e13eae4c798f25b0ebe7b4adeee546a3e1;p=friendica.git diff --git a/include/enotify.php b/include/enotify.php index d3f1ab580b..54b59857c2 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -734,7 +734,7 @@ function check_item_notification($itemid, $uid, $defaulttype = "") { $tagged = false; foreach ($profiles AS $profile) { - if (strpos($item[0]["tag"], "=".$profile."]")) + if (strpos($item[0]["tag"], "=".$profile."]") OR strpos($item[0]["body"], "=".$profile."]")) $tagged = true; }