]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Proxy.php
Fix potential bugs without expected behavior change
[friendica.git] / src / Module / Proxy.php
index 221ce8d08164c25f0def5c958068d17859324345..1c980fe11e7fcb6d6f33341d4ea86938d9c5e408 100644 (file)
@@ -293,7 +293,7 @@ class Proxy extends BaseModule
         *
         */
        private static function responseError() {
-               header('Content-type: ' . $img->getType());
+               header('Content-type: image/png');
                echo file_get_contents('images/blank.png');
                exit();
        }