This commit is contained in:
Molkobain
2022-07-26 22:58:21 +02:00
parent 192dd86469
commit d4a0c141b3

View File

@@ -623,7 +623,7 @@ EOF;
} else {
/** @noinspection NestedPositiveIfStatementsInspection */
if (utils::IsDevelopmentEnvironment()) {
$sMissingBusinessFileMessage = 'A module embeds a non existing file : check the module.php "datamodel" key !';
$sMissingBusinessFileMessage = 'A module embeds a non existing file: Check the module.php "datamodel" key!';
$aContext = [
'moduleId' => $oModule->GetId(),
'moduleLocation' => $oModule->GetRootDir(),