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 e2303ab commit eff28cbCopy full SHA for eff28cb
app/code/Magento/Reports/Block/Adminhtml/Shopcart/Abandoned/Grid.php
@@ -83,7 +83,6 @@ protected function _prepareCollection()
83
$filter = $this->urlDecoder->decode($filter);
84
85
// this is a replacement for parse_str()
86
- // does not need urldecode() as double decoding will occur and '+' will be lost
87
$this->parameters->fromString($filter);
88
$data = $this->parameters->toArray();
89
}
0 commit comments