mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
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:
parent
d0ee014aa5
commit
076eeaa2a8
@ -232,7 +232,7 @@ class BlogURL {
|
||||
|
||||
class BlogTree_Controller extends Page_Controller {
|
||||
static $allowed_actions = array(
|
||||
'rss' => true,
|
||||
'rss',
|
||||
);
|
||||
|
||||
function init() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user