fix errors in ratioed addon
This commit is contained in:
parent
43ee267d38
commit
fccf361ef1
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ class RatioedPanel extends Active
|
|||
|
||||
$action = $this->parameters['action'] ?? '';
|
||||
$uid = $this->parameters['uid'] ?? 0;
|
||||
$user = [];
|
||||
|
||||
if ($uid) {
|
||||
$user = User::getById($uid, ['username', 'blocked']);
|
||||
|
|
Loading…
Reference in a new issue