Remove php notice
This commit is contained in:
parent
a3f365a324
commit
6fdf589455
|
|
@ -39,7 +39,7 @@ class Board extends Base
|
|||
|
||||
$values = array(
|
||||
'title' => $title,
|
||||
'position' => ++$i,
|
||||
'position' => ++$position,
|
||||
'project_id' => $project_id,
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<section>
|
||||
<form method="post" action="?controller=user&action=update&username=<?= Helper\escape($username) ?>" autocomplete="off">
|
||||
<form method="post" action="?controller=user&action=update" autocomplete="off">
|
||||
|
||||
<?= Helper\form_hidden('id', $values) ?>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue