Fixed typo in getExistingObject(=
This commit is contained in:
@@ -141,7 +141,7 @@ class AttributeAvController extends AbstractCrudController
|
||||
->findOneById($this->getRequest()->get('attributeav_id', 0));
|
||||
|
||||
if (null !== $attributeAv) {
|
||||
$attribute->setLocale($this->getCurrentEditionLocale());
|
||||
$attributeAv->setLocale($this->getCurrentEditionLocale());
|
||||
}
|
||||
|
||||
return $attributeAv;
|
||||
|
||||
Reference in New Issue
Block a user