mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
MINOR Backwards compat fix for sprintf() call in CMSMain->providePermissions() (#4764)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@97485 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
07727e60bc
commit
0b0f2b8d93
@ -1307,7 +1307,7 @@ JS;
|
|||||||
"Access to %s",
|
"Access to %s",
|
||||||
PR_MEDIUM,
|
PR_MEDIUM,
|
||||||
"Item in permission selection identifying the admin section, with title and classname. Example: Access to Files & Images"
|
"Item in permission selection identifying the admin section, with title and classname. Example: Access to Files & Images"
|
||||||
), $title),
|
), $title, null),
|
||||||
'category' => _t('Permission.CMS_ACCESS_CATEGORY', 'CMS Access')
|
'category' => _t('Permission.CMS_ACCESS_CATEGORY', 'CMS Access')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user