* Fix bug for pairs.

This commit is contained in:
hufangzhou
2023-04-07 15:38:06 +08:00
parent 1b80a3a4d8
commit cb4c41b19e
+1 -1
View File
@@ -1046,7 +1046,7 @@ class group extends control
}
$privList = $this->group->getCustomPrivs($menu, $privList);
$privList = $this->group->transformPrivLang($privList);
$privList = $this->group->transformPrivLang($privList, true);
return print(html::select('actions[]', $privList, '', "multiple='multiple' class='form-control'"));
}