Typo at addon-directory-name ...
This commit is contained in:
parent
bdfe0c35fb
commit
1c51d7d22f
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class ConfigCacheLoader
|
||||||
public function loadConfigFile($filename, $addon = false)
|
public function loadConfigFile($filename, $addon = false)
|
||||||
{
|
{
|
||||||
if ($addon) {
|
if ($addon) {
|
||||||
$filepath = $this->baseDir . self::ADDONSDIRECTORY . self::SUBDIRECTORY . $filename . ".config.php";
|
$filepath = $this->baseDir . self::ADDONSDIRECTORY . $filename . self::SUBDIRECTORY . $filename . ".config.php";
|
||||||
} else {
|
} else {
|
||||||
$filepath = $this->configDir . $filename . ".config.php";
|
$filepath = $this->configDir . $filename . ".config.php";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue