aboutsummaryrefslogtreecommitdiffstats
path: root/mod/directory.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-18 19:18:36 -0800
committerfriendica <info@friendica.com>2013-01-18 19:18:36 -0800
commit258ca20ee3dbc587e49694f979bbddb69aaa20a3 (patch)
treef6d1d05980796ef61a90d3181f25673ef2027f24 /mod/directory.php
parent8fd40fc1c033401c7cb1004a55ceb9e086eb6443 (diff)
downloadvolse-hubzilla-258ca20ee3dbc587e49694f979bbddb69aaa20a3.tar.gz
volse-hubzilla-258ca20ee3dbc587e49694f979bbddb69aaa20a3.tar.bz2
volse-hubzilla-258ca20ee3dbc587e49694f979bbddb69aaa20a3.zip
did it again
Diffstat (limited to 'mod/directory.php')
-rw-r--r--mod/directory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/directory.php b/mod/directory.php
index 550e60522..27b05704c 100644
--- a/mod/directory.php
+++ b/mod/directory.php
@@ -55,7 +55,7 @@ function directory_content(&$a) {
if($url) {
$query = $url . ' ?f=' ;
if($search)
- $query .= '$name=' . urlencode($search);
+ $query .= '&name=' . urlencode($search);
}
if($a->pager['page'] != 1)