aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-08-31 21:57:08 -0700
committerredmatrix <mike@macgirvin.com>2016-08-31 21:57:08 -0700
commitfa8febbb31dee83d608849e3f1a2f56d664d1f13 (patch)
tree62d250109a876df4afafd2f3f1cead0095c14384 /Zotlabs
parent8ba1bf02a479941740847cd9fad707f2fc86390c (diff)
downloadvolse-hubzilla-fa8febbb31dee83d608849e3f1a2f56d664d1f13.tar.gz
volse-hubzilla-fa8febbb31dee83d608849e3f1a2f56d664d1f13.tar.bz2
volse-hubzilla-fa8febbb31dee83d608849e3f1a2f56d664d1f13.zip
some issues with saved search - tags and connection searches weren't being saved.
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Network.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Network.php b/Zotlabs/Module/Network.php
index 50bb05075..70ba263bc 100644
--- a/Zotlabs/Module/Network.php
+++ b/Zotlabs/Module/Network.php
@@ -61,6 +61,7 @@ class Network extends \Zotlabs\Web\Controller {
$search = (($_GET['search']) ? $_GET['search'] : '');
if($search) {
+ $_GET['netsearch'] = escape_tags($search);
if(strpos($search,'@') === 0) {
$r = q("select abook_id from abook left join xchan on abook_xchan = xchan_hash where xchan_name = '%s' and abook_channel = %d limit 1",
dbesc(substr($search,1)),