]> git.mxchange.org Git - friendica.git/commitdiff
msearch typo
authorFriendika <info@friendika.com>
Mon, 4 Jul 2011 07:46:23 +0000 (00:46 -0700)
committerFriendika <info@friendika.com>
Mon, 4 Jul 2011 07:46:23 +0000 (00:46 -0700)
mod/msearch.php

index 541fd2c7e7b0d2d361b640b2f45b7b6966354271..7d9bbe9e73873b45fa8693f3cc82baefff95c13f 100644 (file)
@@ -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'])
                        );
        }