Update group_members.php
This commit is contained in:
parent
a7ec8a4413
commit
f2532060a8
|
|
@ -145,7 +145,7 @@
|
|||
}
|
||||
|
||||
if (permission_exists('group_member_add')) {
|
||||
echo "<form class='inline' method='post' action=''>\n";
|
||||
echo "<form class='inline' method='post' action='groupmemberadd.php'>\n";
|
||||
echo " <select name='user_uuid' class='formfld'>\n";
|
||||
echo " <option value=''>".$text['label-select']."...</option>\n";
|
||||
foreach ($users as $row) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue