]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Photo.php
Merge pull request #7063 from nupplaphil/task/mod_amcd
[friendica.git] / src / Module / Photo.php
index 15ea261fb0cf6ac1093e2f940d6bbd6df36d54c4..ed5609640c34eb4d9f9da17e15ffd0c2355fff8e 100644 (file)
@@ -26,7 +26,7 @@ class Photo extends BaseModule
        {
                $a = self::getApp();
                if ($a->argc <= 1 || $a->argc > 4) {
-                       System::httpExit(400, "Bad Request");
+                       System::httpExit(400);
                }
 
                if (isset($_SERVER["HTTP_IF_MODIFIED_SINCE"])) {