mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
ENH Remove code that doesn't belong here
This commit is contained in:
parent
6bb9a0b33d
commit
bc0565bad0
@ -665,7 +665,6 @@ class Permission extends DataObject implements TemplateGlobalProvider, Resettabl
|
|||||||
|
|
||||||
// Localise all permission categories
|
// Localise all permission categories
|
||||||
$keys[__CLASS__ . '.AdminGroup'] = 'Administrator';
|
$keys[__CLASS__ . '.AdminGroup'] = 'Administrator';
|
||||||
$keys[__CLASS__ . '.CMS_ACCESS_CATEGORY'] = 'CMS Access';
|
|
||||||
$keys[__CLASS__ . '.CONTENT_CATEGORY'] = 'Content permissions';
|
$keys[__CLASS__ . '.CONTENT_CATEGORY'] = 'Content permissions';
|
||||||
$keys[__CLASS__ . '.PERMISSIONS_CATEGORY'] = 'Roles and access permissions';
|
$keys[__CLASS__ . '.PERMISSIONS_CATEGORY'] = 'Roles and access permissions';
|
||||||
return $keys;
|
return $keys;
|
||||||
|
Loading…
Reference in New Issue
Block a user