aleksip / plugin-data-transform

Data Transform Plugin for Pattern Lab PHP
GNU General Public License v2.0
34 stars 10 forks source link

Avoid "Undefined index" PHP Notice #26

Closed gambry closed 5 years ago

gambry commented 5 years ago

Controls if element $dataStore[$key] exists, before checking if it's an object.

This should fix #23 .