diff options
author | marijus <mario@mariovavti.com> | 2015-01-18 15:15:48 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-01-18 15:15:48 +0100 |
commit | 973398b915c5a31922a1351a82e919e64db0d543 (patch) | |
tree | 164630ec2ae143d8eab2bd251d498f11f543aa8c /mod | |
parent | 1c2d956d7f447a8df335bf9ff63b0839a1f9c8bc (diff) | |
download | volse-hubzilla-973398b915c5a31922a1351a82e919e64db0d543.tar.gz volse-hubzilla-973398b915c5a31922a1351a82e919e64db0d543.tar.bz2 volse-hubzilla-973398b915c5a31922a1351a82e919e64db0d543.zip |
fix profile tabs link
Diffstat (limited to 'mod')
-rw-r--r-- | mod/sharedwithme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/sharedwithme.php b/mod/sharedwithme.php index fe5a2b62e..5a78333af 100644 --- a/mod/sharedwithme.php +++ b/mod/sharedwithme.php @@ -82,7 +82,7 @@ function sharedwithme_content(&$a) { 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">'; |