BUGFIX: Fixed bug in sprintf syntax with GroupImportForm iframe

This commit is contained in:
Sam Minnee 2012-01-30 19:25:27 +13:00
parent a4f1fbaac5
commit 24850954c1
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class SecurityAdmin extends LeftAndMain implements PermissionProvider {
new LiteralField(
'GroupImportFormIframe',
sprintf(
'<iframe src="%s" id="GroupImportFormIframe" width="100%" height="400px" border="0"></iframe>',
'<iframe src="%s" id="GroupImportFormIframe" width="100%%" height="400px" border="0"></iframe>',
$this->Link('groupimport')
)
)