Update voicemail_edit.php

This commit is contained in:
FusionPBX
2019-09-17 20:18:28 -06:00
committed by GitHub
parent 408de11bbe
commit a78a10fb89

View File

@@ -530,7 +530,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo $text['description-voicemail_mail_to']."\n";
echo "</td>\n";
echo "</tr>\n";
if(permission_exists('voicemail_sms_edit')) {
if(permission_exists('sms_edit')) {
echo "<tr>\n";
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
echo " ".$text['label-voicemail_sms_to']."\n";
@@ -747,4 +747,4 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
//include the footer
require_once "resources/footer.php";
?>
?>