Update group_members.php

This commit is contained in:
FusionPBX 2020-05-08 19:26:08 -06:00 committed by GitHub
parent a7ec8a4413
commit f2532060a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {