Fixed bug where props would stack

This commit is contained in:
Chris 2017-01-10 15:33:49 +01:00
parent 30f09e282d
commit e4a1d27dcb
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ class Manifest
} }
break; break;
case 'props': case 'props':
$props = [];
if ($src = (string)$child->getValue()) { if ($src = (string)$child->getValue()) {
if (!file_exists($src)) { if (!file_exists($src)) {
log_warn("Property file %s not found", $src); log_warn("Property file %s not found", $src);