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 528ed74 commit 9fb9ed7Copy full SHA for 9fb9ed7
app/code/Magento/Reports/Block/Adminhtml/Shopcart/Abandoned/Grid.php
@@ -60,7 +60,7 @@ protected function _prepareCollection()
60
$filter = $this->getParam($this->getVarNameFilter(), []);
61
if ($filter) {
62
$filter = base64_decode($filter);
63
- parse_str(urldecode($filter), $data);
+ parse_str(($filter), $data);
64
}
65
66
if (!empty($data)) {
0 commit comments