mirror of
https://github.com/friendica/friendica
synced 2025-04-21 19:10:12 +00:00
Code review changes
This commit is contained in:
parent
126aa6f148
commit
9eba41598d
2 changed files with 2 additions and 6 deletions
|
@ -113,7 +113,7 @@ class Photo extends BaseModule
|
|||
}
|
||||
|
||||
if (empty($id)) {
|
||||
Logger::notice('No picture id was detected', ['parameters' => $parameters]);
|
||||
Logger::notice('No picture id was detected', ['parameters' => $parameters, 'query' => DI::args()->getQueryString()]);
|
||||
throw new HTTPException\NotFoundException(DI::l10n()->t('The Photo is not available.'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue