syntax error

This commit is contained in:
friendica 2014-06-10 17:23:32 -07:00
parent adbcf371f9
commit e41375c889

View File

@ -208,7 +208,7 @@ function app_render($papp,$mode = 'view') {
$hosturl = z_root() . '/'; $hosturl = z_root() . '/';
} }
elseif(remote_user()) { elseif(remote_user()) {
$observer = get_app()->get_get_observer(); $observer = get_app()->get_observer();
if($observer && $observer['xchan_network'] === 'zot') { if($observer && $observer['xchan_network'] === 'zot') {
// some folks might have xchan_url redirected offsite, use the connurl // some folks might have xchan_url redirected offsite, use the connurl
$x = parse_url($observer['xchan_connurl']); $x = parse_url($observer['xchan_connurl']);