fix profile tabs link

This commit is contained in:
marijus 2015-01-18 15:15:48 +01:00
parent 1c2d956d7f
commit 973398b915

View File

@ -82,7 +82,7 @@ function sharedwithme_content(&$a) {
intval(local_user()) intval(local_user())
); );
$o = profile_tabs($a, $is_owner, $channel['channel_id']); $o = profile_tabs($a, $is_owner, $channel['channel_address']);
$o .= '<div class="section-title-wrapper">'; $o .= '<div class="section-title-wrapper">';