aboutsummaryrefslogtreecommitdiffstats
path: root/mod/search.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-18 19:16:27 -0800
committerfriendica <info@friendica.com>2013-01-18 19:16:27 -0800
commit8fd40fc1c033401c7cb1004a55ceb9e086eb6443 (patch)
treeb35b6224277d0f80b8a9e9a19aa87af79239f138 /mod/search.php
parentd22069ad2227597f4a2289ff3ec14d46cd30b0b3 (diff)
downloadvolse-hubzilla-8fd40fc1c033401c7cb1004a55ceb9e086eb6443.tar.gz
volse-hubzilla-8fd40fc1c033401c7cb1004a55ceb9e086eb6443.tar.bz2
volse-hubzilla-8fd40fc1c033401c7cb1004a55ceb9e086eb6443.zip
typo
Diffstat (limited to 'mod/search.php')
-rw-r--r--mod/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/search.php b/mod/search.php
index 64a1318b2..0a7c404b6 100644
--- a/mod/search.php
+++ b/mod/search.php
@@ -114,7 +114,7 @@ function search_content(&$a) {
}
if(strpos($search,'@') === 0) {
$search = substr($search,1);
- goaway(z_root() . '/directory' . '$f=1&search=' . $search);
+ goaway(z_root() . '/directory' . '?f=1&search=' . $search);
}
if(! $search)