]> git.mxchange.org Git - friendica.git/commitdiff
Code standards
authorfabrixxm <fabrix.xm@gmail.com>
Wed, 21 Nov 2018 15:37:32 +0000 (16:37 +0100)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 21 Jan 2019 14:02:58 +0000 (09:02 -0500)
src/Module/Photo.php

index a175f7c0902fff79a2cdda17b9bfc0de61aea1fb..b20c2657a57f401878e6061f0342f60ae19cf87b 100644 (file)
@@ -72,7 +72,7 @@ class Photo extends BaseModule
                        break;
                }
 
-               if ($photo===false) {
+               if ($photo === false) {
                        // not using System::httpExit() because we don't want html here.
                        header($_SERVER["SERVER_PROTOCOL"] . " 404 Not Found" , true, 404);
                        killme();