// Clean AdminController methods did not return the appropriate value #PSCFV-3645

This commit is contained in:
dMetzger
2012-08-17 07:03:54 +00:00
parent 06ac6f04cd
commit 526a99f8c5
9 changed files with 27 additions and 10 deletions
@@ -370,7 +370,7 @@ class AdminAddressesControllerCore extends AdminController
}
if (empty($this->errors))
parent::processSave();
return parent::processSave();
else
// if we have errors, we stay on the form instead of going back to the list
$this->display = 'edit';