channels you are connected to are "connections". Get rid of "address book" which doesn't fit.

This commit is contained in:
friendica
2012-11-03 02:00:48 -07:00
parent a47a1d5eb9
commit 140f464e02
4 changed files with 30 additions and 30 deletions

View File

@@ -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']));