aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connections.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-23 16:06:01 -0800
committerfriendica <info@friendica.com>2013-01-23 16:06:01 -0800
commitf63997f61877bf03b9c85cbfaa00b8300c8cb770 (patch)
treea6757907fbf13668e7e7d92cd66c241bd882c964 /mod/connections.php
parent0b18dd15c5377da121f0fb781c0530ca0d328eb9 (diff)
downloadvolse-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/connections.php')
-rw-r--r--mod/connections.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php
index 0a2edb4cd..8a668ad2a 100644
--- a/mod/connections.php
+++ b/mod/connections.php
@@ -28,7 +28,7 @@ function connections_init(&$a) {
function connections_aside(&$a) {
if(x($a->data,'abook')) {
- $a->set_widget('vcard',vcard_from_xchan($a->data['abook']));
+ $a->set_widget('vcard',vcard_from_xchan($a->data['abook'],$a->get_observer()));
}
else {
$a->set_widget('follow', follow_widget());