diff options
author | zotlabs <mike@macgirvin.com> | 2018-08-26 23:00:31 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-08-26 23:00:31 -0700 |
commit | 9367e9fe5a0125bf4c2f77909f2789c9dcd41e1e (patch) | |
tree | af109abdb981631e235c51fbfbf1ebcee486c1f9 /Zotlabs/Lib/Libzotdir.php | |
parent | 7018da3f127e9d2abdb359516d079fc038a4c2a3 (diff) | |
download | volse-hubzilla-9367e9fe5a0125bf4c2f77909f2789c9dcd41e1e.tar.gz volse-hubzilla-9367e9fe5a0125bf4c2f77909f2789c9dcd41e1e.tar.bz2 volse-hubzilla-9367e9fe5a0125bf4c2f77909f2789c9dcd41e1e.zip |
Change main router request variable from 'q' to 'req'. This is necessary to implement search in the twitter api addon, because twitter requires use of the variable 'q'.
Diffstat (limited to 'Zotlabs/Lib/Libzotdir.php')
-rw-r--r-- | Zotlabs/Lib/Libzotdir.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libzotdir.php b/Zotlabs/Lib/Libzotdir.php index 91d089c86..81a5b3319 100644 --- a/Zotlabs/Lib/Libzotdir.php +++ b/Zotlabs/Lib/Libzotdir.php @@ -152,7 +152,7 @@ class Libzotdir { unset($tmp['pubforums']); unset($tmp['global']); unset($tmp['safe']); - unset($tmp['q']); + unset($tmp['req']); unset($tmp['f']); $forumsurl = $url . http_build_query($tmp) . $suggest; |