diff options
author | friendica <info@friendica.com> | 2014-06-10 17:23:32 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-10 17:23:32 -0700 |
commit | e41375c8892b547c4bb01cb07fc5b771a756fd6e (patch) | |
tree | 8ffbb0121621625aa75934184447cf8d78464c7f | |
parent | adbcf371f9c282db4d0a1c936d8866f24c060e5c (diff) | |
download | volse-hubzilla-e41375c8892b547c4bb01cb07fc5b771a756fd6e.tar.gz volse-hubzilla-e41375c8892b547c4bb01cb07fc5b771a756fd6e.tar.bz2 volse-hubzilla-e41375c8892b547c4bb01cb07fc5b771a756fd6e.zip |
syntax error
-rw-r--r-- | include/apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apps.php b/include/apps.php index 31f93e25a..777664c7f 100644 --- a/include/apps.php +++ b/include/apps.php @@ -208,7 +208,7 @@ function app_render($papp,$mode = 'view') { $hosturl = z_root() . '/'; } elseif(remote_user()) { - $observer = get_app()->get_get_observer(); + $observer = get_app()->get_observer(); if($observer && $observer['xchan_network'] === 'zot') { // some folks might have xchan_url redirected offsite, use the connurl $x = parse_url($observer['xchan_connurl']); |