Update conference_interactive_inc.php

This commit is contained in:
FusionPBX 2019-08-10 11:00:31 -06:00 committed by GitHub
parent d342cc04d5
commit 9f70993ba8
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@
if (strlen($record_path) == 0) {
if (permission_exists('conference_interactive_mute')) {
$action_mute = ($flag_can_speak == "true") ? 'mute' : 'unmute';
$td_onclick = "onclick=\"send_cmd('conference_exec.php?cmd=conference&name=".$conference_name."&data=".$action_mute."&id=".$id."');\"";
$td_onclick = "onclick=\"send_cmd('conference_exec.php?cmd=conference&name=".escape($conference_name)."&data=".$action_mute."&id=".escape($id)."');\"";
$td_title = "title=\"".$text['message-click_to_'.$action_mute]."\"";
}
echo "<tr>\n";