Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2024-01-12 14:11:49 +01:00
commit ba8aebb24b

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