From 0b0f2b8d9387b1203c56bcf296d74b391862e43d Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 25 Jan 2010 09:19:40 +0000 Subject: [PATCH] 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 --- code/CMSMain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/CMSMain.php b/code/CMSMain.php index f081c610..44f1409e 100755 --- a/code/CMSMain.php +++ b/code/CMSMain.php @@ -1307,7 +1307,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') ); }