diff options
author | Mario <mario@mariovavti.com> | 2024-10-19 18:49:47 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-10-19 18:49:47 +0000 |
commit | 4d1be3aea583c26c6e24e88b464d5a366a4d2ef3 (patch) | |
tree | c261bf5358bda6884a5cc5c4b5de077f42278c85 /Zotlabs/Module/Hq.php | |
parent | e649ba5b131e1a3f28b32e2271770a4a08c15b11 (diff) | |
download | volse-hubzilla-4d1be3aea583c26c6e24e88b464d5a366a4d2ef3.tar.gz volse-hubzilla-4d1be3aea583c26c6e24e88b464d5a366a4d2ef3.tar.bz2 volse-hubzilla-4d1be3aea583c26c6e24e88b464d5a366a4d2ef3.zip |
bring filed items to mod hq
Diffstat (limited to 'Zotlabs/Module/Hq.php')
-rw-r--r-- | Zotlabs/Module/Hq.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Hq.php b/Zotlabs/Module/Hq.php index c8e6efe38..51caa179c 100644 --- a/Zotlabs/Module/Hq.php +++ b/Zotlabs/Module/Hq.php @@ -230,6 +230,7 @@ class Hq extends \Zotlabs\Web\Controller { $options['offset'] = $_REQUEST['offset'] ?? 0; $options['type'] = $_REQUEST['type'] ?? ''; $options['author'] = ((isset($_REQUEST['author'])) ? urldecode($_REQUEST['author']) : ''); + $options['file'] = ((isset($_REQUEST['file'])) ? urldecode($_REQUEST['file']) : ''); $ret = Messages::get_messages_page($options); |