aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-03 02:00:48 -0700
committerfriendica <info@friendica.com>2012-11-03 02:00:48 -0700
commit140f464e025f0b4335c57c0611868c879b8a4eff (patch)
tree56631ee65e5ec905bd58bd1d0cf412e4414e5af1 /boot.php
parenta47a1d5eb9d8e28a646540c5d19e05ffe35774cc (diff)
downloadvolse-hubzilla-140f464e025f0b4335c57c0611868c879b8a4eff.tar.gz
volse-hubzilla-140f464e025f0b4335c57c0611868c879b8a4eff.tar.bz2
volse-hubzilla-140f464e025f0b4335c57c0611868c879b8a4eff.zip
channels you are connected to are "connections". Get rid of "address book" which doesn't fit.
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index ee1b360bc..3958a0bac 100644
--- a/boot.php
+++ b/boot.php
@@ -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']));