]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Photo.php
Code standards
[friendica.git] / 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();