]> git.mxchange.org Git - friendica.git/blobdiff - mod/ignored.php
Storing the protocol while following a contact
[friendica.git] / mod / ignored.php
index e50d183b2855eb866f004e6f62d1000d83c1bb31..64edf6e151c17d7a6dac97ee727259d016ef6883 100644 (file)
@@ -14,7 +14,7 @@ function ignored_init(App $a)
                $message_id = intval($a->argv[1]);
        }
 
-       if (!$message_id) {
+       if (empty($message_id)) {
                exit();
        }