Remove php notice

This commit is contained in:
Frédéric Guillot
2014-02-11 18:49:36 -05:00
parent a3f365a324
commit 6fdf589455
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ class Board extends Base
$values = array( $values = array(
'title' => $title, 'title' => $title,
'position' => ++$i, 'position' => ++$position,
'project_id' => $project_id, 'project_id' => $project_id,
); );

View File

@@ -6,7 +6,7 @@
</ul> </ul>
</div> </div>
<section> <section>
<form method="post" action="?controller=user&amp;action=update&amp;username=<?= Helper\escape($username) ?>" autocomplete="off"> <form method="post" action="?controller=user&amp;action=update" autocomplete="off">
<?= Helper\form_hidden('id', $values) ?> <?= Helper\form_hidden('id', $values) ?>