diff options
author | friendica <info@friendica.com> | 2013-01-18 19:16:27 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-18 19:16:27 -0800 |
commit | 8fd40fc1c033401c7cb1004a55ceb9e086eb6443 (patch) | |
tree | b35b6224277d0f80b8a9e9a19aa87af79239f138 /mod | |
parent | d22069ad2227597f4a2289ff3ec14d46cd30b0b3 (diff) | |
download | volse-hubzilla-8fd40fc1c033401c7cb1004a55ceb9e086eb6443.tar.gz volse-hubzilla-8fd40fc1c033401c7cb1004a55ceb9e086eb6443.tar.bz2 volse-hubzilla-8fd40fc1c033401c7cb1004a55ceb9e086eb6443.zip |
typo
Diffstat (limited to 'mod')
-rw-r--r-- | mod/search.php | 2 |
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) |