mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Fix typo
This commit is contained in:
@@ -2547,7 +2547,7 @@ EOF
|
||||
else
|
||||
{
|
||||
if (array_key_exists($sGroupId, $aGroupClasses) === false) {
|
||||
SetupLog::Error("Profile \"$sName\" relies on group \"$sGroupId\" but it does not seem to in the DM yet (did you forgot a dependency in your module?)");
|
||||
SetupLog::Error("Profile \"$sName\" relies on group \"$sGroupId\" but it does not seem to be present in the DM yet (did you forgot a dependency in your module?)");
|
||||
}
|
||||
|
||||
$aGrantClasses = $aGroupClasses[$sGroupId];
|
||||
|
||||
Reference in New Issue
Block a user