mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update group_members.php
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user