mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX: Fixed back redirectBack() call in GroupImportForm::doImport (#6969)
This commit is contained in:
parent
7de5bf55e0
commit
d94048c1a6
@ -83,7 +83,7 @@ class GroupImportForm extends Form {
|
|||||||
|
|
||||||
$this->sessionMessage($msg, 'good');
|
$this->sessionMessage($msg, 'good');
|
||||||
|
|
||||||
$this->redirectBack();
|
$this->controller->redirectBack();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user