This commit is contained in:
nupplaPhil 2020-01-18 22:38:31 +01:00
parent acd75f54d5
commit 5d8c625549
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
2 changed files with 9 additions and 9 deletions

View file

@ -27,7 +27,7 @@ class LegacyModule extends BaseModule
public static function setModuleFile($file_path)
{
if (!is_readable($file_path)) {
throw new \Exception(Core\DI::l10n()->t('Legacy module file not found: %s', $file_path));
throw new \Exception(DI::l10n()->t('Legacy module file not found: %s', $file_path));
}
self::$moduleName = basename($file_path, '.php');