This commit is contained in:
Nicolaas / Sunn Side Up 2022-08-10 05:30:29 +12:00 committed by GitHub
commit 225f45252c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class BlogPost extends Page
* given credit in the author field for blog posts
* @var string|bool false or group code
*/
private static $restrict_authors_to_group = false;
private static $restrict_authors_to_group = 'CMS_ACCESS_CMSMain';
/**
* {@inheritDoc}