ericthehacker / magento2-configscopehints

Magento2 module to label system config fields when they are overridden at more specific scope(s).
MIT License
23 stars 12 forks source link

SCPURDEY-523 +: fix for exception with nl2br function on pages with a… #14

Open LexKoomen opened 5 years ago

LexKoomen commented 5 years ago

…rray config

LexKoomen commented 5 years ago

An exception was getting throw'd whenever we used an custom array in our configuration

1 exception(s): Exception #0 (Exception): Warning: nl2br() expects parameter 1 to be string, array given in vendor/ericthehacker/magento2-configscopehints/Helper/Data.php on line 204

Changed some logic to work with array configs as well.