diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-02 17:32:43 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-02 17:32:43 -0800 |
commit | e58dc726c5e40ff30942739f86d2329fb29f763c (patch) | |
tree | 385c384fb9ad3837779b64a5ee5b19abf1dae2ee /Zotlabs/Module/Search.php | |
parent | d7e24b24945a909f2bf2825200234db622a8e9fb (diff) | |
download | volse-hubzilla-e58dc726c5e40ff30942739f86d2329fb29f763c.tar.gz volse-hubzilla-e58dc726c5e40ff30942739f86d2329fb29f763c.tar.bz2 volse-hubzilla-e58dc726c5e40ff30942739f86d2329fb29f763c.zip |
activity widget - like the forum widget but represents unseen activity by author. Still experimental until it can be tested with diaspora xchans, which may require additional urlencoding.
Diffstat (limited to 'Zotlabs/Module/Search.php')
-rw-r--r-- | Zotlabs/Module/Search.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Search.php b/Zotlabs/Module/Search.php index 89eaa4ffa..aacdc88e7 100644 --- a/Zotlabs/Module/Search.php +++ b/Zotlabs/Module/Search.php @@ -130,6 +130,7 @@ class Search extends \Zotlabs\Web\Controller { '$list' => ((x($_REQUEST,'list')) ? intval($_REQUEST['list']) : 0), '$page' => ((\App::$pager['page'] != 1) ? \App::$pager['page'] : 1), '$search' => (($tag) ? urlencode('#') : '') . $search, + '$xchan' => '', '$order' => '', '$file' => '', '$cats' => '', |