X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2FForumManager.php;h=17a6b6730b6956c72e8d26aede56e108dc8a4f3f;hb=683cdcc19ef261f5fe632838a1e14567fc874ba2;hp=49417d1831564c0fbc0ce5e635213c0bc883449b;hpb=d6cf791677e3c676108f84e64818ba2a272f6d08;p=friendica.git diff --git a/include/ForumManager.php b/include/ForumManager.php index 49417d1831..17a6b6730b 100644 --- a/include/ForumManager.php +++ b/include/ForumManager.php @@ -1,12 +1,12 @@ z_root() . '/network?f=&cid=' . $contact['id'], - 'external_url' => z_root() . '/redir/' . $contact['id'], + 'url' => 'network?f=&cid=' . $contact['id'], + 'external_url' => 'redir/' . $contact['id'], 'name' => $contact['name'], 'cid' => $contact['id'], 'selected' => $selected, - 'micro' => proxy_url($contact['micro'], false, PROXY_SIZE_MICRO), + 'micro' => App::remove_baseurl(proxy_url($contact['micro'], false, PROXY_SIZE_MICRO)), 'id' => ++$id, ); $entries[] = $entry; @@ -187,4 +187,4 @@ class ForumManager { return $r; } -} \ No newline at end of file +}