From 973398b915c5a31922a1351a82e919e64db0d543 Mon Sep 17 00:00:00 2001 From: marijus Date: Sun, 18 Jan 2015 15:15:48 +0100 Subject: fix profile tabs link --- mod/sharedwithme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= '
'; -- cgit v1.2.3