Actions
Bug #9066
closedecl.php: Checking /config path is not working due to lack of trailing slash
Start date:
10/25/2018
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
At source:src/etc/ecl.php#L59 the locations for the external config locator (ECL) script are defined, but /config
does not end in a trailing slash.
Later when the locations are used at source:src/etc/ecl.php#L61 no slash is added between the path and target filename.
Thus, ecl.php checks for /config.xml
and /configconfig.xml
rather than /config/config.xml
.
Actions