diff options
Diffstat (limited to 'mod/home.php')
-rw-r--r-- | mod/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/home.php b/mod/home.php index a49ce567e..4d6530f71 100644 --- a/mod/home.php +++ b/mod/home.php @@ -8,7 +8,7 @@ function home_init(&$a) { $channel = $a->get_channel(); - if(local_user() && $channel && $channel['channel_address'])) + if(local_user() && $channel && $channel['channel_address']) goaway( $a->get_baseurl() . '/profile/' . $channel['channel_address']); }} |