Skip to content
Snippets Groups Projects
Commit c40e1fe9 authored by tbrehm's avatar tbrehm
Browse files

Fixed a bug in the group selector of the user edit form of the admin module.

parent 00fad689
No related branches found
No related tags found
No related merge requests found
......@@ -412,7 +412,7 @@ $form["tabs"]['groups'] = array (
'regex' => '',
'errmsg' => '',
'default' => '',
'value' => array_merge(array(0=>''),$groups_list),
'value' => $groups_list,
'separator' => ',',
'width' => '30',
'maxlength' => '255',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment