mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Manager::detectEnabledModules(): shorten error message
This commit is contained in:
parent
1aada1abbb
commit
1bbb7a3118
@ -120,7 +120,7 @@ class Manager
|
||||
}
|
||||
if (! is_readable($parent)) {
|
||||
throw new NotReadableError(
|
||||
'Cannot read enabled modules. Module directory\'s parent directory "%s" is not readable',
|
||||
'Cannot read enabled modules. Config directory "%s" is not readable',
|
||||
$parent
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user