aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2015-01-18 15:15:48 +0100
committermarijus <mario@mariovavti.com>2015-01-18 15:15:48 +0100
commit973398b915c5a31922a1351a82e919e64db0d543 (patch)
tree164630ec2ae143d8eab2bd251d498f11f543aa8c /mod
parent1c2d956d7f447a8df335bf9ff63b0839a1f9c8bc (diff)
downloadvolse-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.php2
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">';