Code standards

This commit is contained in:
fabrixxm 2018-11-21 16:37:32 +01:00 committed by Hypolite Petovan
parent cbb5124d59
commit b0acf4284d

View 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();