aboutsummaryrefslogtreecommitdiffstats
path: root/mod/msearch.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-04 00:46:23 -0700
committerFriendika <info@friendika.com>2011-07-04 00:46:23 -0700
commit78363ecfb10edb29da9394770b68bb66f199e70b (patch)
treeb7cbfb6a512351d1cbac517f29a78417fcc7f65e /mod/msearch.php
parenta82e0e32b33a1c58bccbc4dcd3ce0a2953591db0 (diff)
downloadvolse-hubzilla-78363ecfb10edb29da9394770b68bb66f199e70b.tar.gz
volse-hubzilla-78363ecfb10edb29da9394770b68bb66f199e70b.tar.bz2
volse-hubzilla-78363ecfb10edb29da9394770b68bb66f199e70b.zip
msearch typo
Diffstat (limited to 'mod/msearch.php')
-rw-r--r--mod/msearch.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/msearch.php b/mod/msearch.php
index 541fd2c7e..7d9bbe9e7 100644
--- a/mod/msearch.php
+++ b/mod/msearch.php
@@ -28,8 +28,8 @@ function msearch_post(&$a) {
$results[] = array(
'name' => $rr['name'],
'url' => $a->get_baseurl() . '/profile/' . $rr['nickname'],
- 'photo' => $a->get_baseurl() . '/photo/avatar/' . $rr['uid'] . 'jpg'
- 'tags' => str_replace(array(',',' '),array(' ',' '),$rr['pub_keywords']);
+ 'photo' => $a->get_baseurl() . '/photo/avatar/' . $rr['uid'] . 'jpg',
+ 'tags' => str_replace(array(',',' '),array(' ',' '),$rr['pub_keywords'])
);
}