X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmsearch.php;h=277242afff803f19eecc1241600f849b75ccafdf;hb=5471dd79e89821909649b37e4f88d42f897e27a2;hp=89de5b70576f354653ad4daf8645d5aa5b843876;hpb=11974b4d948ae5d9b9fb53970838463bd88bb9f6;p=friendica.git diff --git a/mod/msearch.php b/mod/msearch.php index 89de5b7057..277242afff 100644 --- a/mod/msearch.php +++ b/mod/msearch.php @@ -1,6 +1,6 @@ $rr['name'], - 'url' => $a->get_baseurl() . '/profile/' . $rr['nickname'], - 'photo' => $a->get_baseurl() . '/photo/avatar/' . $rr['uid'] . '.jpg', + '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']) ); } @@ -39,4 +41,4 @@ function msearch_post(&$a) { killme(); -} \ No newline at end of file +}