Merge remote-tracking branch 'upstream/develop' into photo-guid
This commit is contained in:
@@ -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'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user