X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmsearch.php;h=460b9c303919074332576f861e48b770370368a2;hb=74479c4020499e6aa7866b5478366932b723c515;hp=4b5205ac0848d937fb9c1d337eeeeac8bcbf1a29;hpb=a020086128e3d903a030cc3b3d403ab9bce02d88;p=friendica.git diff --git a/mod/msearch.php b/mod/msearch.php index 4b5205ac08..460b9c3039 100644 --- a/mod/msearch.php +++ b/mod/msearch.php @@ -1,6 +1,8 @@ $rr['name'], - 'url' => App::get_baseurl() . '/profile/' . $rr['nickname'], + 'name' => $rr['name'], + 'url' => App::get_baseurl() . '/profile/' . $rr['nickname'], 'photo' => App::get_baseurl() . '/photo/avatar/' . $rr['uid'] . '.jpg', 'tags' => str_replace(array(',',' '),array(' ',' '),$rr['pub_keywords']) );