aboutsummaryrefslogtreecommitdiffstats
path: root/include/apps.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/apps.php')
-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']);