aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-10 17:23:32 -0700
committerfriendica <info@friendica.com>2014-06-10 17:23:32 -0700
commite41375c8892b547c4bb01cb07fc5b771a756fd6e (patch)
tree8ffbb0121621625aa75934184447cf8d78464c7f /include
parentadbcf371f9c282db4d0a1c936d8866f24c060e5c (diff)
downloadvolse-hubzilla-e41375c8892b547c4bb01cb07fc5b771a756fd6e.tar.gz
volse-hubzilla-e41375c8892b547c4bb01cb07fc5b771a756fd6e.tar.bz2
volse-hubzilla-e41375c8892b547c4bb01cb07fc5b771a756fd6e.zip
syntax error
Diffstat (limited to 'include')
-rw-r--r--include/apps.php2
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']);