3c3 < index 0000000..0dbde7d --- > index 0000000..977ac53 6c6 < @@ -0,0 +1,66 @@ --- > @@ -0,0 +1,67 @@ 27c27,28 < + $roles_select = array_merge($default, $roles); --- > + // It is important to respect the keys on this array merge. > + $roles_select = $default + $roles;