Hypolite Petovan 2021-10-03 20:56:45 -04:00
parent 42e77e23ac
commit 297ff76590
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class Photo extends BaseModule
}
// Please refactor this for the love of everything that's good
if (!empty($parameters['id'])) {
if (isset($parameters['id'])) {
$uid = $parameters['id'];
}