diff options
author | friendica <info@friendica.com> | 2012-12-13 16:27:58 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-13 16:27:58 -0800 |
commit | dd2483221d3ee639088c0baca62a3472c76ecd1c (patch) | |
tree | fc0f7aaa577b723aa42385b23fdf94c073bfc2ff /mod/chanview.php | |
parent | 2a782597ba85ce4c55181330dde5ec3ff26195fd (diff) | |
download | volse-hubzilla-dd2483221d3ee639088c0baca62a3472c76ecd1c.tar.gz volse-hubzilla-dd2483221d3ee639088c0baca62a3472c76ecd1c.tar.bz2 volse-hubzilla-dd2483221d3ee639088c0baca62a3472c76ecd1c.zip |
admittedly local magic-auth is easy so that's mostly done. Now it gets hard.
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 42e5e1ed9..1de4f4e1b 100644 --- a/mod/chanview.php +++ b/mod/chanview.php @@ -40,7 +40,7 @@ function chanview_content(&$a) { } $o = replace_macros(get_markup_template('chanview.tpl'),array( - '$url' => $xchan['xchan_url'] + '$url' => z_root() . '/magic?f=&dest=' . $xchan['xchan_url'] . '&addr=' . $xchan['xchan_addr'] )); return $o; |