diff options
author | friendica <info@friendica.com> | 2013-01-23 16:06:01 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-23 16:06:01 -0800 |
commit | f63997f61877bf03b9c85cbfaa00b8300c8cb770 (patch) | |
tree | a6757907fbf13668e7e7d92cd66c241bd882c964 /mod/chanview.php | |
parent | 0b18dd15c5377da121f0fb781c0530ca0d328eb9 (diff) | |
download | volse-hubzilla-f63997f61877bf03b9c85cbfaa00b8300c8cb770.tar.gz volse-hubzilla-f63997f61877bf03b9c85cbfaa00b8300c8cb770.tar.bz2 volse-hubzilla-f63997f61877bf03b9c85cbfaa00b8300c8cb770.zip |
plug potential hole in magic auth, add link to chanview to view in dedicated window
Diffstat (limited to 'mod/chanview.php')
-rw-r--r-- | mod/chanview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/chanview.php b/mod/chanview.php index 92ed757f9..b01eab869 100644 --- a/mod/chanview.php +++ b/mod/chanview.php @@ -76,7 +76,7 @@ function chanview_content(&$a) { } if($xchan['xchan_hash']) - $a->set_widget('vcard',vcard_from_xchan($xchan)); + $a->set_widget('vcard',vcard_from_xchan($xchan,$observer,'chanview')); $url = (($observer) ? z_root() . '/magic?f=&dest=' . $xchan['xchan_url'] . '&addr=' . $xchan['xchan_addr'] |