syntax error
This commit is contained in:
parent
adbcf371f9
commit
e41375c889
@ -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']);
|
||||||
|
Reference in New Issue
Block a user