aboutsummaryrefslogtreecommitdiffstats
path: root/mod/network.php
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-16 13:28:22 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-03-16 13:28:22 -0400
commita8c1cbc65592b58beb2042defa476acdd27fe8fd (patch)
tree0476b132c4cb6dc74dae9cbf493db258610cc9e3 /mod/network.php
parente21bf3341b89363207271d42e2d1163639b06d12 (diff)
parent28f941193d75ca12f4cb2a38a1c60e60ad10f2a6 (diff)
downloadvolse-hubzilla-a8c1cbc65592b58beb2042defa476acdd27fe8fd.tar.gz
volse-hubzilla-a8c1cbc65592b58beb2042defa476acdd27fe8fd.tar.bz2
volse-hubzilla-a8c1cbc65592b58beb2042defa476acdd27fe8fd.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: syntax error from pasted text, remove ^M's bug #335 network search broken after new ssl policy settings whitespace notification for disapora comments * master:
Diffstat (limited to 'mod/network.php')
-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,
));