From 2e1b39dfc41c25ac5ab10ea9803c8181c07ac81c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 13 Apr 2010 20:37:34 +0000 Subject: [PATCH] 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 --- code/CMSMain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/CMSMain.php b/code/CMSMain.php index 9a7ac011..e11de3d5 100755 --- a/code/CMSMain.php +++ b/code/CMSMain.php @@ -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') ); }