Skip to content

Commit

Permalink
BUGFIX CommentAdmin implements PermissionProvider
Browse files Browse the repository at this point in the history
fixes #288
  • Loading branch information
jsirish authored and robbieaverill committed Aug 14, 2019
1 parent b3fe6d8 commit fbfead9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Admin/CommentAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
use SilverStripe\Forms\Form;
use SilverStripe\Forms\Tab;
use SilverStripe\Forms\TabSet;
use SilverStripe\Security\PermissionProvider;
use SilverStripe\Security\Security;

/**
* Comment administration system within the CMS
*
* @package comments
*/
class CommentAdmin extends LeftAndMain
class CommentAdmin extends LeftAndMain implements PermissionProvider
{
private static $url_segment = 'comments';

Expand Down

0 comments on commit fbfead9

Please sign in to comment.