X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmsearch.php;h=675a94fe392c46386637db5433f2d0d773327597;hb=10ede7314136edb1c475e1af546a59ff4c5648cf;hp=89de5b70576f354653ad4daf8645d5aa5b843876;hpb=dfa5183774e24fe2b1a355c9427372d4cd55ea70;p=friendica.git diff --git a/mod/msearch.php b/mod/msearch.php index 89de5b7057..675a94fe39 100644 --- a/mod/msearch.php +++ b/mod/msearch.php @@ -1,6 +1,9 @@ $rr['name'], - 'url' => $a->get_baseurl() . '/profile/' . $rr['nickname'], - 'photo' => $a->get_baseurl() . '/photo/avatar/' . $rr['uid'] . '.jpg', + 'name' => $rr['name'], + 'url' => System::baseUrl() . '/profile/' . $rr['nickname'], + 'photo' => System::baseUrl() . '/photo/avatar/' . $rr['uid'] . '.jpg', 'tags' => str_replace(array(',',' '),array(' ',' '),$rr['pub_keywords']) ); } @@ -39,4 +44,4 @@ function msearch_post(&$a) { killme(); -} \ No newline at end of file +}