Skip to content

Commit eff28cb

Browse files
committed
ACP2E-1435: Abandoned Cart's Filter Function Doesn't Work With Email Addresses Contain A + Sign
1 parent e2303ab commit eff28cb

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Reports/Block/Adminhtml/Shopcart/Abandoned

1 file changed

+0
-1
lines changed

app/code/Magento/Reports/Block/Adminhtml/Shopcart/Abandoned/Grid.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ protected function _prepareCollection()
8383
$filter = $this->urlDecoder->decode($filter);
8484

8585
// this is a replacement for parse_str()
86-
// does not need urldecode() as double decoding will occur and '+' will be lost
8786
$this->parameters->fromString($filter);
8887
$data = $this->parameters->toArray();
8988
}

0 commit comments

Comments
 (0)