Manager::detectEnabledModules(): shorten error message

This commit is contained in:
Alexander A. Klimov 2016-02-25 17:34:03 +01:00
parent 1aada1abbb
commit 1bbb7a3118
1 changed files with 1 additions and 1 deletions

View File

@ -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
); );
} }