Update user_edit.php

This commit is contained in:
FusionPBX 2019-03-22 08:05:56 -06:00 committed by GitHub
parent d30fcbb6d1
commit c75eeadede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -974,7 +974,6 @@
echo " <input type='hidden' name='username_old' value=\"".escape($username)."\">";
}
}
echo " <input type='hidden' name='domain_uuid' value='".escape($domain_uuid)."'>";
echo " <br>";
if ($unsaved) {
echo " <span style='color: #b00;'>".$text['message-unsaved_changes']." <i class='glyphicon glyphicon-warning-sign' style='margin-right: 15px;'></i></span>";