jayelkaake/enhancedgrid

Warning: non-numeric value for image width

m-overlund opened this issue · 1 comments

I'm getting this warning, after upgrading to Magento 1.9.3.10 + official PHP7.2 patch + PHP7.2.

Warning: A non-numeric value encountered in app/code/community/TBT/Enhancedgrid/Block/Catalog/Product/Grid.php on line 260

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

The field is set to a numeric value in admin.

PR here: #68