BUGFIX: Fixed back redirectBack() call in GroupImportForm::doImport (#6969)

This commit is contained in:
Sam Minnee 2012-03-10 14:56:49 +13:00
parent 7de5bf55e0
commit d94048c1a6

View File

@ -83,7 +83,7 @@ class GroupImportForm extends Form {
$this->sessionMessage($msg, 'good');
$this->redirectBack();
$this->controller->redirectBack();
}
}