set language in hidden field

This commit is contained in:
Uwe Steinmann 2024-01-12 14:11:22 +01:00
parent 4b761a95a1
commit 84a85f145a

View File

@ -117,6 +117,7 @@ $(document).ready( function() {
<input type="hidden" name="fullname" value="<?php print htmlspecialchars($user->getFullName());?>" />
<input type="hidden" name="email" value="<?php print htmlspecialchars($user->getEmail());?>" />
<input type="hidden" name="comment" value="<?php print htmlspecialchars($user->getComment());?>" />
<input type="hidden" name="language" value="<?php print htmlspecialchars($user->getLanguage());?>" />
</form>
<?php