mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Fix typo
This commit is contained in:
@@ -2547,7 +2547,7 @@ EOF
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (array_key_exists($sGroupId, $aGroupClasses) === false) {
|
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];
|
$aGrantClasses = $aGroupClasses[$sGroupId];
|
||||||
|
|||||||
Reference in New Issue
Block a user