mirror of
https://github.com/friendica/friendica
synced 2025-04-21 03:10:11 +00:00
Merge remote-tracking branch 'upstream/develop' into photo-guid
This commit is contained in:
commit
43a17b6129
5 changed files with 25 additions and 14 deletions
|
@ -108,7 +108,7 @@ class Photo extends BaseModule
|
|||
}
|
||||
|
||||
// Please refactor this for the love of everything that's good
|
||||
if (!empty($parameters['id'])) {
|
||||
if (isset($parameters['id'])) {
|
||||
$id = $parameters['id'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue