Fixed bug where props would stack
This commit is contained in:
parent
30f09e282d
commit
e4a1d27dcb
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user