This commit is contained in:
Molkobain
2021-09-08 12:32:18 +02:00
parent 0193868581
commit 3980ba81e7

View File

@@ -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];