mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
BUGFIX Fixed "tag" action not allowed on BlogHolder_Controller
This commit is contained in:
parent
1a56611417
commit
c37785c07b
@ -132,6 +132,7 @@ class BlogHolder extends BlogTree implements PermissionProvider {
|
||||
class BlogHolder_Controller extends BlogTree_Controller {
|
||||
|
||||
static $allowed_actions = array(
|
||||
'tag',
|
||||
'postblog' => 'BLOGMANAGEMENT',
|
||||
'post' => 'BLOGMANAGEMENT',
|
||||
'BlogEntryForm' => 'BLOGMANAGEMENT',
|
||||
|
Loading…
x
Reference in New Issue
Block a user