OXIDprojects / oxid_modules_config

OXID Module Configuration Im-/Exporter module by OXID Professional Services
GNU General Public License v3.0
3 stars 9 forks source link

Harden filternestedExcludes against $values without 'module' key #46

Closed mparienti closed 4 years ago

mparienti commented 4 years ago

When getEnvironmentSpecificConfigurationValues() method is called, the filternestedExcludes method is called from getConfigValues() method with an array as argument which does not contain a 'module' key.

This commit avoid a warning message.