diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-07 18:09:31 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-07 18:09:31 -0700 |
commit | 4d794103be4112a6f1f0d8f54e0d54c0961297b5 (patch) | |
tree | b403e734b4f6ac9870e0ee48642bc732e013117d /include/text.php | |
parent | 61f339a874784d3181f4c884bab9994ec9200f50 (diff) | |
download | volse-hubzilla-4d794103be4112a6f1f0d8f54e0d54c0961297b5.tar.gz volse-hubzilla-4d794103be4112a6f1f0d8f54e0d54c0961297b5.tar.bz2 volse-hubzilla-4d794103be4112a6f1f0d8f54e0d54c0961297b5.zip |
testing owa
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/text.php b/include/text.php index a3c2bbc08..51d711021 100644 --- a/include/text.php +++ b/include/text.php @@ -987,7 +987,7 @@ function chanlink_cid($d) { function magiclink_url($observer,$myaddr,$url) { return (($observer) - ? z_root() . '/magic?f=&dest=' . $url . '&addr=' . $myaddr + ? z_root() . '/magic?f=&owa=1&dest=' . $url . '&addr=' . $myaddr : $url ); } @@ -1389,7 +1389,7 @@ function theme_attachments(&$item) { if(is_foreigner($item['author_xchan'])) $url = $r['href']; else - $url = z_root() . '/magic?f=&hash=' . $item['author_xchan'] . '&dest=' . $r['href'] . '/' . $r['revision']; + $url = z_root() . '/magic?f=&owa=1&hash=' . $item['author_xchan'] . '&dest=' . $r['href'] . '/' . $r['revision']; //$s .= '<a href="' . $url . '" title="' . $title . '" class="attachlink" >' . $icon . '</a>'; $attaches[] = array('label' => $label, 'url' => $url, 'icon' => $icon, 'title' => $title); |