// Clean AdminController methods did not return the appropriate value #PSCFV-3645
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16876 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user