Fix user edit form lacking user_id hidden
This commit is contained in:
parent
eb1ee57407
commit
f00b12f559
|
|
@ -3,6 +3,7 @@
|
|||
<fieldset>
|
||||
<legend><?php __('Edit User');?></legend>
|
||||
<?php
|
||||
echo $form->input('id');
|
||||
echo $form->input('username');
|
||||
echo $form->input('first_name');
|
||||
echo $form->input('last_name');
|
||||
|
|
|
|||
Loading…
Reference in a new issue