Fix some stuff

This commit is contained in:
micmania1 2015-02-03 07:59:15 +00:00
parent b34f2d58c8
commit e8b1cf64ea
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
* @package silverstripe
* @subpackage blog
*
* @author Michael Strong <github@michaelstrong.co.uk>
* @author Michael Strong <mstrong@silverstripe.org>
**/
class GridFieldConfig_BlogPost extends GridFieldConfig_Lumberjack {
@ -15,4 +15,5 @@ class GridFieldConfig_BlogPost extends GridFieldConfig_Lumberjack {
$this->removeComponentsByType('SiteTreeEditButton');
$this->addComponent(new GridFieldSiteTreeEditButton());
}
}