aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-16 05:51:04 -0700
committerfriendica <info@friendica.com>2012-03-16 05:51:04 -0700
commit224dfa848bf2659ba038b6e519692d3755eb7bed (patch)
tree260c9781b3911844e3448fa633a0536a21c90070 /mod
parent805087af678f922ad75535fa8dbe0fc86d9cd566 (diff)
downloadvolse-hubzilla-224dfa848bf2659ba038b6e519692d3755eb7bed.tar.gz
volse-hubzilla-224dfa848bf2659ba038b6e519692d3755eb7bed.tar.bz2
volse-hubzilla-224dfa848bf2659ba038b6e519692d3755eb7bed.zip
bug #335 network search broken after new ssl policy settings
Diffstat (limited to 'mod')
-rwxr-xr-xmod/network.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php
index d0f1733f4..9ec8c23b5 100755
--- a/mod/network.php
+++ b/mod/network.php
@@ -90,7 +90,7 @@ function saved_searches($search) {
$o = replace_macros($tpl, array(
'$title' => t('Saved Searches'),
'$add' => t('add'),
- '$searchbox' => search($search,'netsearch-box',$a->get_baseurl(true) . $srchurl,true),
+ '$searchbox' => search($search,'netsearch-box',$srchurl,true),
'$saved' => $saved,
));