Development

#2599 (Wrong Action Name for Forum Feed)

You must first sign up to be able to contribute.

Ticket #2599 (closed defect: fixed)

Opened 8 months ago

Last modified 5 months ago

Wrong Action Name for Forum Feed

Reported by: weaverryan Assigned to: francois
Priority: minor Milestone:
Component: sfSimpleForumPlugin Version: 1.0.9
Keywords: Cc:
Qualification: Unreviewed

Description

In the template file forumSuccess.php, the link to the latest forum posts feed, defined as a variable in the figures partial, is incorrect:

'feed_rule' => 'sfSimpleForum/latestForumPostsFeed?forum_name='.$forum->getStrippedName(),

should be

'feed_rule' => 'sfSimpleForum/forumLatestPostsFeed?forum_name='.$forum->getStrippedName(),

Change History

02/28/08 08:57:30 changed by francois

  • status changed from new to closed.
  • resolution set to fixed.

(In [7652]) sfSimpleForumPlugin Fixed broken link to feed (closes #2599)