Skip to content

Commit 75544f6

Browse files
committed
PHP8: base64_decode(): Passing null to parameter #1 ($string) of type string is deprecated
- OpenMage#4243 (comment)
1 parent 6d3ff44 commit 75544f6

File tree

1 file changed

+1
-1
lines changed
  • app/code/core/Mage/Adminhtml/Block/Sales/Order

1 file changed

+1
-1
lines changed

app/code/core/Mage/Adminhtml/Block/Sales/Order/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ protected function _prepareColumns()
142142
}
143143

144144
if (Mage::helper('sales')->isModuleOutputEnabled('Mage_Rss')) {
145-
$filterString = $this->getParam($this->getVarNameFilter());
145+
$filterString = $this->getParam($this->getVarNameFilter(), '');
146146
$filter = Mage::helper('adminhtml')->prepareFilterString($filterString);
147147
$storeId = array_key_exists('store_id', $filter) ? $filter['store_id'] : null;
148148

0 commit comments

Comments
 (0)