BUG Fix typo in last merge

This commit is contained in:
Damian Mooyman 2015-04-21 19:17:27 +12:00
parent 5e9741d3fa
commit 8ff1fc178c
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class Blog extends Page implements PermissionProvider {
"Tags",
_t("Blog.Tags", "Tags"),
$self->Tags(),
GridFieldCategorisationConfig::create(15, $self->Categories(), 'BlogTag', 'Tags', 'BlogPosts')
GridFieldCategorisationConfig::create(15, $self->Tags(), 'BlogTag', 'Tags', 'BlogPosts')
);
$fields->addFieldsToTab("Root.Categorisation", array(