// Clean AdminController methods did not return the appropriate value #PSCFV-3645
This commit is contained in:
@@ -363,8 +363,9 @@ class AdminGroupsControllerCore extends AdminController
|
||||
else
|
||||
{
|
||||
$this->updateCategoryReduction();
|
||||
parent::processSave();
|
||||
$object = parent::processSave();
|
||||
$this->updateRestrictions();
|
||||
return $object;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user