mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
BUG Fix typo in last merge
This commit is contained in:
parent
5e9741d3fa
commit
8ff1fc178c
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user