fix config location path

This commit is contained in:
openlegends 2024-03-15 00:12:26 +02:00
parent 95dfa23b2e
commit 21c36b28f8

View File

@ -111,7 +111,7 @@ class Config
}
$configs[] = $this->_getConfig(
$filename
$location . DIRECTORY_SEPARATOR . $filename
);
}