aboutsummaryrefslogtreecommitdiffstats
path: root/include/connections.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-10 15:56:37 -0700
committerzotlabs <mike@macgirvin.com>2017-09-10 15:56:37 -0700
commit20ae69ab7babe8d526de7d4c584aa5cd2f836e1f (patch)
tree538d1c25bad65ebd8ca07144aa1c0d0d625c407f /include/connections.php
parent5877e28d729489a9ba75397bcbe86c8a811c87e8 (diff)
parent67024c023aed13070296c6e44644e489ff5f2417 (diff)
downloadvolse-hubzilla-20ae69ab7babe8d526de7d4c584aa5cd2f836e1f.tar.gz
volse-hubzilla-20ae69ab7babe8d526de7d4c584aa5cd2f836e1f.tar.bz2
volse-hubzilla-20ae69ab7babe8d526de7d4c584aa5cd2f836e1f.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include/connections.php')
-rw-r--r--include/connections.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connections.php b/include/connections.php
index 8df795190..a9f906649 100644
--- a/include/connections.php
+++ b/include/connections.php
@@ -115,7 +115,7 @@ function vcard_from_xchan($xchan, $observer = null, $mode = '') {
App::$profile_uid = $xchan['channel_id'];
$url = (($observer)
- ? z_root() . '/magic?f=&dest=' . $xchan['xchan_url'] . '&addr=' . $xchan['xchan_addr']
+ ? z_root() . '/magic?f=&owa=1&dest=' . $xchan['xchan_url'] . '&addr=' . $xchan['xchan_addr']
: $xchan['xchan_url']
);