diff options
author | Mario <mario@mariovavti.com> | 2025-04-21 11:52:34 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2025-04-21 11:52:34 +0000 |
commit | 7505f7039afaa83fe4c48a5804a64462cea6f377 (patch) | |
tree | aaaa90d4b49958d66ef6405e6c5bb1f650e7b78d | |
parent | 5a52b6afea773fe10a1fc6f3dcbfdd13e2208f57 (diff) | |
download | volse-hubzilla-7505f7039afaa83fe4c48a5804a64462cea6f377.tar.gz volse-hubzilla-7505f7039afaa83fe4c48a5804a64462cea6f377.tar.bz2 volse-hubzilla-7505f7039afaa83fe4c48a5804a64462cea6f377.zip |
define variable
-rw-r--r-- | Zotlabs/Module/Oep.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Oep.php b/Zotlabs/Module/Oep.php index 37a46a23e..201e5a06f 100644 --- a/Zotlabs/Module/Oep.php +++ b/Zotlabs/Module/Oep.php @@ -23,6 +23,7 @@ class Oep extends \Zotlabs\Web\Controller { if(! $url) http_status_exit(404, 'Not found'); + $arr = []; $maxwidth = $_REQUEST['maxwidth'] ?? 0; $maxheight = $_REQUEST['maxheight'] ?? 0; $format = $_REQUEST['format'] ?? ''; |