We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548789b commit 2b0c8feCopy full SHA for 2b0c8fe
app/code/Magento/Customer/Controller/Account/EditPost.php
@@ -236,7 +236,7 @@ public function execute()
236
237
$attributeToDelete = $this->_request->getParam('delete_attribute_value');
238
if ((string)$attributeToDelete !== "") {
239
- $uploadedValue = $this->_request->getParam($attributeToDelete . File::UPLOADED_FILE_SUFFIX);
+ $uploadedValue = $this->_request->getParam($attributeToDelete . File::UPLOADED_FILE_SUFFIX);
240
if ((string)$uploadedValue === "") {
241
$this->deleteCustomerFileAttribute($customerCandidate, $attributeToDelete);
242
}
0 commit comments