diff options
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1767,7 +1767,7 @@ if(! function_exists('profile_tabs')){ $channel = $a->get_channel(); if (is_null($nickname)) - $nickname = $a->channel['channel_address']; + $nickname = $channel['channel_address']; if(x($_GET,'tab')) $tab = notags(trim($_GET['tab'])); |