forked from friendica/friendica-addons
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'] ?? '';
|
$action = $this->parameters['action'] ?? '';
|
||||||
$uid = $this->parameters['uid'] ?? 0;
|
$uid = $this->parameters['uid'] ?? 0;
|
||||||
|
$user = [];
|
||||||
|
|
||||||
if ($uid) {
|
if ($uid) {
|
||||||
$user = User::getById($uid, ['username', 'blocked']);
|
$user = User::getById($uid, ['username', 'blocked']);
|
||||||
|
|
Loading…
Reference in a new issue