// Clean AdminController methods did not return the appropriate value #PSCFV-3645
This commit is contained in:
@@ -370,7 +370,7 @@ class AdminShopUrlControllerCore extends AdminController
|
||||
if (($object->main || Tools::getValue('main')) && !Tools::getValue('active'))
|
||||
$this->errors[] = Tools::displayError('You can\'t disable a Main URL');
|
||||
|
||||
parent::processAdd();
|
||||
return parent::processAdd();
|
||||
}
|
||||
|
||||
public function processUpdate()
|
||||
|
||||
Reference in New Issue
Block a user