Update setting_edit.php

This commit is contained in:
FusionPBX 2018-12-13 18:08:45 -07:00 committed by GitHub
parent 0800db8c08
commit 445622d2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo "<td class='vtable' align='left'>\n";
echo " <input class='formfld' type='text' name='mod_shout_volume' maxlength='255' value=\"$mod_shout_volume\">\n";
echo "<br />\n";
echo $text['description-shout-volume']."\n";
echo $text['description-mod_shout_volume']."\n";
echo "</td>\n";
echo "</tr>\n";
if (permission_exists('setting_edit')) {