Skip to content

Commit 5688d6a

Browse files
committed
MAGETWO-71255: Merge 2.2 into develop mainline (2.3)
- stabilize builds
1 parent 56b8d75 commit 5688d6a

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ private function checkUniqueOption(DataObject $response, array $options = null)
169169
$response,
170170
[__('The value of Admin must be unique. (%1)', implode(', ', $duplicates))]
171171
);
172+
$response->setError(true);
172173
}
173-
$response->setError(true);
174174
}
175175
return $this;
176176
}

0 commit comments

Comments
 (0)