Update destinations.php

This commit is contained in:
FusionPBX 2018-08-31 12:17:32 -06:00 committed by GitHub
parent 658651c682
commit 92464d9f85
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@
echo " <td width='33.3%' align='center' nowrap='nowrap'>$paging_controls</td>\n";
echo " <td class='list_control_icons'>";
if (permission_exists('destination_add')) {
echo "<a href='destination_edit.php?type=$destination_type' alt='".$text['button-add']."'>$v_link_label_add</a>";
echo "<a href='destination_edit.php?type=".escape($destination_type)."' alt='".$text['button-add']."'>$v_link_label_add</a>";
}
else {
echo "&nbsp;";