diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-20 19:34:43 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-20 19:34:43 -0700 |
commit | c4261b9c4b234cd3b2f377160c38a3aac5186690 (patch) | |
tree | 1c415550b7d49aea4624d95c18404c71c6d23683 | |
parent | 7b060dff68841543e08e516a1dbdcdceea8fb59a (diff) | |
download | volse-hubzilla-c4261b9c4b234cd3b2f377160c38a3aac5186690.tar.gz volse-hubzilla-c4261b9c4b234cd3b2f377160c38a3aac5186690.tar.bz2 volse-hubzilla-c4261b9c4b234cd3b2f377160c38a3aac5186690.zip |
we need this in the plugin, not in core
-rw-r--r-- | Zotlabs/Module/Xrd.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Xrd.php b/Zotlabs/Module/Xrd.php index 60a8f58fa..959e31cbe 100644 --- a/Zotlabs/Module/Xrd.php +++ b/Zotlabs/Module/Xrd.php @@ -50,6 +50,7 @@ class Xrd extends \Zotlabs\Web\Controller { '$accturi' => $resource, '$subject' => $subject, '$aliases' => $aliases, + '$channel_url' => z_root() . '/channel/' . $r[0]['channel_address'], '$profile_url' => z_root() . '/channel/' . $r[0]['channel_address'], '$hcard_url' => z_root() . '/hcard/' . $r[0]['channel_address'], '$atom' => z_root() . '/ofeed/' . $r[0]['channel_address'], |