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

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')) {