Reverted indention
This commit is contained in:
parent
46a260aa01
commit
346290cc23
|
@ -166,11 +166,11 @@ class ConfigFileLoader
|
||||||
*/
|
*/
|
||||||
public function loadAddonConfig($name)
|
public function loadAddonConfig($name)
|
||||||
{
|
{
|
||||||
$filepath = $this->baseDir . DIRECTORY_SEPARATOR . // /var/www/html/
|
$filepath = $this->baseDir . DIRECTORY_SEPARATOR . // /var/www/html/
|
||||||
Addon::DIRECTORY . DIRECTORY_SEPARATOR . // addon/
|
Addon::DIRECTORY . DIRECTORY_SEPARATOR . // addon/
|
||||||
$name . DIRECTORY_SEPARATOR . // openstreetmap/
|
$name . DIRECTORY_SEPARATOR . // openstreetmap/
|
||||||
self::CONFIG_DIR . DIRECTORY_SEPARATOR . // config/
|
self::CONFIG_DIR . DIRECTORY_SEPARATOR . // config/
|
||||||
$name . ".config.php"; // openstreetmap.config.php
|
$name . ".config.php"; // openstreetmap.config.php
|
||||||
|
|
||||||
if (file_exists($filepath)) {
|
if (file_exists($filepath)) {
|
||||||
return $this->loadConfigFile($filepath);
|
return $this->loadConfigFile($filepath);
|
||||||
|
|
Loading…
Reference in a new issue