BUGFIX Fixed "tag" action not allowed on BlogHolder_Controller

This commit is contained in:
Sean Harvey 2009-08-06 21:59:43 +00:00
parent 1a56611417
commit c37785c07b
1 changed files with 1 additions and 0 deletions

View File

@ -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',