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 6d3ff44 commit 75544f6Copy full SHA for 75544f6
app/code/core/Mage/Adminhtml/Block/Sales/Order/Grid.php
@@ -142,7 +142,7 @@ protected function _prepareColumns()
142
}
143
144
if (Mage::helper('sales')->isModuleOutputEnabled('Mage_Rss')) {
145
- $filterString = $this->getParam($this->getVarNameFilter());
+ $filterString = $this->getParam($this->getVarNameFilter(), '');
146
$filter = Mage::helper('adminhtml')->prepareFilterString($filterString);
147
$storeId = array_key_exists('store_id', $filter) ? $filter['store_id'] : null;
148
0 commit comments