From c70777e19c6b48fe128e7ee9cbcaefb1de84c793 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 8 Dec 2012 14:18:02 -0800 Subject: a bit of e_all cleanup --- include/nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/nav.php') diff --git a/include/nav.php b/include/nav.php index 7db053741..61ae16644 100644 --- a/include/nav.php +++ b/include/nav.php @@ -52,7 +52,7 @@ EOT; $observer = $a->get_observer(); - $myident = (($channel) ? $channel['xchan_address'] : ''); + $myident = (($channel) ? $channel['xchan_addr'] : ''); $sitelocation = (($myident) ? $myident : $a->get_hostname()); -- cgit v1.2.3