mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-02-02 02:39:53 +00:00
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…
Add table
Reference in a new issue