bugfix
This commit is contained in:
parent
0098f97c4a
commit
2aeea55f3f
|
@ -378,6 +378,8 @@ class Photo extends BaseObject
|
|||
if (!DBA::isResult($r)) {
|
||||
$logger->info("Can't detect user data.", ['uid' => $uid]);
|
||||
return([]);
|
||||
} else {
|
||||
$r = DBA::toArray($r);
|
||||
}
|
||||
|
||||
$page_owner_nick = $r[0]['nickname'];
|
||||
|
|
Loading…
Reference in a new issue