mirror of
https://github.com/friendica/friendica
synced 2024-11-09 22:22:53 +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;
|
||||
}
|
||||
|
||||
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();
|
||||
|
|
Loading…
Reference in a new issue