mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
Code standards
This commit is contained in:
parent
cbb5124d59
commit
b0acf4284d
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class Photo extends BaseModule
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($photo===false) {
|
if ($photo === false) {
|
||||||
// not using System::httpExit() because we don't want html here.
|
// not using System::httpExit() because we don't want html here.
|
||||||
header($_SERVER["SERVER_PROTOCOL"] . " 404 Not Found" , true, 404);
|
header($_SERVER["SERVER_PROTOCOL"] . " 404 Not Found" , true, 404);
|
||||||
killme();
|
killme();
|
||||||
|
|
Loading…
Reference in a new issue