mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Cleaning up ugly path
This commit is contained in:
parent
115d07fb81
commit
e57b75b354
@ -102,7 +102,7 @@ class Manager
|
||||
{
|
||||
$this->app = $app;
|
||||
if (empty($availableDirs)) {
|
||||
$availableDirs = array(ICINGA_APPDIR . '/../modules');
|
||||
$availableDirs = array(realpath(ICINGA_APPDIR . '/../modules'));
|
||||
}
|
||||
$this->modulePaths = $availableDirs;
|
||||
if ($enabledDir === null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user