Manager::detectEnabledModules(): shorten error message
This commit is contained in:
parent
1aada1abbb
commit
1bbb7a3118
|
@ -120,7 +120,7 @@ class Manager
|
||||||
}
|
}
|
||||||
if (! is_readable($parent)) {
|
if (! is_readable($parent)) {
|
||||||
throw new NotReadableError(
|
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
|
$parent
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue