To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
04/30/10 18:00:13 (2 years ago)
Author:
johnnyoffline
Message:

moving more things over to events. this is getting hairy/\!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/trunk/modules/aEvent/lib/BaseaEventActions.class.php

    r860 r1117  
    149149        'format'      => 'rss', 
    150150        'title'       => sfConfig::get('app_aEvent_feed_title'), 
    151         'link'        => '@a_blog', 
     151        'link'        => '@a_event', 
    152152        'authorEmail' => sfConfig::get('app_aEvent_feed_author_email'), 
    153153        'authorName'  => sfConfig::get('app_aEvent_feed_author_name'), 
    154         'routeName'   => '@a_blog_post', 
     154        'routeName'   => '@a_event', 
    155155        'methods'     => array('description' => 'getFeedText') 
    156156      )