Skip to content

Commit

Permalink
Warning: non-numeric value for image width jayelkaake#67
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericMartinez authored Sep 24, 2018
1 parent 82dc67a commit 6f0e26f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ protected function _prepareColumns()
));
}

$imgWidth = Mage::getStoreConfig('enhancedgrid/images/width') + 'px';
$imgWidth = Mage::getStoreConfig('enhancedgrid/images/width');

if ($this->colIsVisible('thumbnail')) {
$this->addColumn('thumbnail',
Expand Down

0 comments on commit 6f0e26f

Please sign in to comment.