phpbb / epv

Extension Pre-Validator
GNU General Public License v2.0
9 stars 17 forks source link

Also check imports in yaml files #18 #39

Closed Derky closed 9 years ago

Derky commented 9 years ago

Look for imports, parse them and combine them with the parent yaml file. The parent yaml file will overwrite the values of the imports. This fixes #18

iMattPro commented 9 years ago

Results in PHP Notice errors: PHP Notice: Undefined index: imports in /epv/src/Files/Type/YmlFile.php on line 33

iMattPro commented 9 years ago

@Derky Needs an isset($content['imports']) check as well