Stories have to pass along absolute links in their RSS feeds. Fixes bug #11606
This commit is contained in:
parent
59fed35087
commit
c9dc084ed6
3 changed files with 8 additions and 5 deletions
|
|
@ -278,7 +278,7 @@ cmp_deeply(
|
|||
{
|
||||
title => 'Story 1',
|
||||
description => 'WebGUI was originally called Web Done Right.',
|
||||
'link' => re('story-1$'),
|
||||
'link' => all(re('^'.$session->url->getSiteURL),re('story-1$')),
|
||||
guid => re('story-1$'),
|
||||
author => 'JT Smith',
|
||||
date => $story->get('lastModified'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue