From: Art4 Date: Sat, 30 Nov 2024 20:13:41 +0000 (+0000) Subject: fix errors in ratioed addon X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5b623c83686b1ac4ac72d15f2072cb380b872ee2;p=friendica-addons.git fix errors in ratioed addon --- diff --git a/ratioed/RatioedPanel.php b/ratioed/RatioedPanel.php index e25c7f34..bd9b44dc 100644 --- a/ratioed/RatioedPanel.php +++ b/ratioed/RatioedPanel.php @@ -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']);