aboutsummaryrefslogtreecommitdiffstats
path: root/mod/chanview.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-20 18:43:59 -0800
committerfriendica <info@friendica.com>2013-01-20 18:43:59 -0800
commit59eed70246e3e222e02410808736fb916acf798c (patch)
tree046d6995ad90e48f7fd055953a845baca688476e /mod/chanview.php
parent15150ab95812f04cb1da6f24c2804ec24c6dd196 (diff)
downloadvolse-hubzilla-59eed70246e3e222e02410808736fb916acf798c.tar.gz
volse-hubzilla-59eed70246e3e222e02410808736fb916acf798c.tar.bz2
volse-hubzilla-59eed70246e3e222e02410808736fb916acf798c.zip
missing scope
Diffstat (limited to 'mod/chanview.php')
-rw-r--r--mod/chanview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/chanview.php b/mod/chanview.php
index d3e902f60..601df88fd 100644
--- a/mod/chanview.php
+++ b/mod/chanview.php
@@ -44,7 +44,7 @@ function chanview_content(&$a) {
return;
}
- $observer = get_observer();
+ $observer = $a->get_observer();
$url = (($observer)
? z_root() . '/magic?f=&dest=' . $xchan['xchan_url'] . '&addr=' . $xchan['xchan_addr']