MINOR Backwards compat fix for sprintf() call in CMSMain->providePermissions() (#4764) (from r97485)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@102716 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-04-13 20:37:34 +00:00
parent af2f81e37a
commit 2e1b39dfc4

View File

@ -1263,7 +1263,7 @@ JS;
"Access to %s",
PR_MEDIUM,
"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')
);
}