mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
#296 Fix typos
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user