mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX: Fixed bug in sprintf syntax with GroupImportForm iframe
This commit is contained in:
parent
a4f1fbaac5
commit
24850954c1
@ -128,7 +128,7 @@ class SecurityAdmin extends LeftAndMain implements PermissionProvider {
|
|||||||
new LiteralField(
|
new LiteralField(
|
||||||
'GroupImportFormIframe',
|
'GroupImportFormIframe',
|
||||||
sprintf(
|
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')
|
$this->Link('groupimport')
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user