]> git.mxchange.org Git - friendica.git/blobdiff - mod/pubsub.php
Simplify the call
[friendica.git] / mod / pubsub.php
index 1245c94628d5d589bea20839b141c3027a6d02d6..cd2f21dd67904907cc73646688442e1e14c4498f 100644 (file)
@@ -17,7 +17,7 @@ function hub_return($valid, $body)
                header($_SERVER["SERVER_PROTOCOL"] . ' 200 OK');
                echo $body;
        } else {
-               System::httpExit(404, ['title' => L10n::t('Not found.')]);
+               System::httpExit(404);
        }
        killme();
 }