X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fignored.php;h=64edf6e151c17d7a6dac97ee727259d016ef6883;hb=708ffaff51d3f5112af6b1fbd25d7ff6391e496e;hp=e50d183b2855eb866f004e6f62d1000d83c1bb31;hpb=14e4ab544add5372bbdea7e838dcb7b147eea4af;p=friendica.git diff --git a/mod/ignored.php b/mod/ignored.php index e50d183b28..64edf6e151 100644 --- a/mod/ignored.php +++ b/mod/ignored.php @@ -14,7 +14,7 @@ function ignored_init(App $a) $message_id = intval($a->argv[1]); } - if (!$message_id) { + if (empty($message_id)) { exit(); }