BUGFIX: Updated rss allowed_action to not use 'true' as a value because this has a bug in 2.3.2

This commit is contained in:
Sam Minnee 2009-07-07 23:15:12 +00:00
parent d0ee014aa5
commit 076eeaa2a8
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ class BlogURL {
class BlogTree_Controller extends Page_Controller {
static $allowed_actions = array(
'rss' => true,
'rss',
);
function init() {