clerkio / clerk-magento

Other
8 stars 20 forks source link

Fixes error Illegal string offset 'label' on system config page #75

Closed mmenozzi closed 2 years ago

mmenozzi commented 5 years ago

On the Clerk's system configuration page, in the Magento backend, if the system config clerk/faceted_search/attributes is empty you'll get the following error:

Warning: Illegal string offset 'label'  in ../Block/Adminhtml/System/Config/Form/AttributeLabels.php on line 25

This is fixed now.

stubbedev commented 2 years ago

I have also added this change to the release candidate branch, but will close this ticket since I cannot merge to master.

Thank you for the suggested changes.