Stories have to pass along absolute links in their RSS feeds. Fixes bug #11606

This commit is contained in:
Colin Kuskie 2010-06-07 11:44:30 -07:00
parent 59fed35087
commit c9dc084ed6
3 changed files with 8 additions and 5 deletions

View file

@ -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'),