aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profile.php')
-rw-r--r--mod/profile.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php
index ee457c8b6..aaa324078 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -20,8 +20,10 @@ function profile_init(&$a) {
$profile = 0;
+ $channel = $a->get_channel();
+
if((local_user()) && (argc() > 2) && (argv(2) === 'view')) {
- $which = $a->identity['entity_address'];
+ $which = $channel['channel_address'];
$profile = argv(1);
}