a bit of e_all cleanup

This commit is contained in:
friendica
2012-12-08 14:18:02 -08:00
parent ddedbda966
commit c70777e19c
6 changed files with 19 additions and 18 deletions

View File

@@ -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());