Skip to content

Commit c40e1fe

Browse files
committed
Fixed a bug in the group selector of the user edit form of the admin module.
1 parent 00fad68 commit c40e1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/admin/form/users.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
'regex' => '',
413413
'errmsg' => '',
414414
'default' => '',
415-
'value' => array_merge(array(0=>''),$groups_list),
415+
'value' => $groups_list,
416416
'separator' => ',',
417417
'width' => '30',
418418
'maxlength' => '255',

0 commit comments

Comments
 (0)