mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Cleaning $Content property explicitly for SecurityAdmin->groupimport() iframe
This commit is contained in:
parent
4d28b79c1b
commit
0bfc0bc645
@ -227,6 +227,7 @@ class SecurityAdmin extends LeftAndMain implements PermissionProvider {
|
||||
Requirements::javascript(SAPPHIRE_ADMIN_DIR . '/javascript/MemberImportForm.js');
|
||||
|
||||
return $this->renderWith('BlankPage', array(
|
||||
'Content' => ' ',
|
||||
'Form' => $this->GroupImportForm()
|
||||
));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user