mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
set language in hidden field
This commit is contained in:
parent
4b761a95a1
commit
84a85f145a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user