aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Xrd.php
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-04-27 09:49:13 +0200
committerGitHub <noreply@github.com>2017-04-27 09:49:13 +0200
commitd16fbda0f8c97b504c20cbcfbd07031ef0fa62fe (patch)
tree681d5136af5693fdfcd34347d38713635f28f4ba /Zotlabs/Module/Xrd.php
parent1c304eb8ba5395e62c0245133d58a3f00adaeaac (diff)
parentdab3e9035363a1173439fb16c6e06eede62b573e (diff)
downloadvolse-hubzilla-d16fbda0f8c97b504c20cbcfbd07031ef0fa62fe.tar.gz
volse-hubzilla-d16fbda0f8c97b504c20cbcfbd07031ef0fa62fe.tar.bz2
volse-hubzilla-d16fbda0f8c97b504c20cbcfbd07031ef0fa62fe.zip
Merge pull request #736 from zotlabs/feedfck
provide a broken feed as a separate module
Diffstat (limited to 'Zotlabs/Module/Xrd.php')
-rw-r--r--Zotlabs/Module/Xrd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Xrd.php b/Zotlabs/Module/Xrd.php
index 7fd81e490..7b36576e0 100644
--- a/Zotlabs/Module/Xrd.php
+++ b/Zotlabs/Module/Xrd.php
@@ -57,7 +57,7 @@ class Xrd extends \Zotlabs\Web\Controller {
'$aliases' => $aliases,
'$profile_url' => z_root() . '/channel/' . $r[0]['channel_address'],
'$hcard_url' => z_root() . '/hcard/' . $r[0]['channel_address'],
- '$atom' => z_root() . '/feed/' . $r[0]['channel_address'] . '/?compat=1',
+ '$atom' => z_root() . '/ofeed/' . $r[0]['channel_address'],
'$zot_post' => z_root() . '/post/' . $r[0]['channel_address'],
'$poco_url' => z_root() . '/poco/' . $r[0]['channel_address'],
'$photo' => z_root() . '/photo/profile/l/' . $r[0]['channel_id'],