Development

Changeset 7652

You must first sign up to be able to contribute.

Changeset 7652

Show
Ignore:
Timestamp:
02/28/08 08:57:30 (8 months ago)
Author:
francois
Message:

sfSimpleForumPlugin Fixed broken link to feed (closes #2599)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfSimpleForumPlugin/trunk/modules/sfSimpleForum/templates/forumSuccess.php

    r5447 r7652  
    2525    'nb_posts'            => $forum->getNbPosts(), 
    2626    'post_rule'           => 'sfSimpleForum/forumLatestPosts?forum_name='.$forum->getStrippedName(), 
    27     'feed_rule'           => 'sfSimpleForum/latestForumPostsFeed?forum_name='.$forum->getStrippedName(), 
     27    'feed_rule'           => 'sfSimpleForum/forumLatestPostsFeed?forum_name='.$forum->getStrippedName(), 
    2828    'feed_title'          => $feed_title 
    2929  )) ?>