Avoid PHP notice when validation fail

This commit is contained in:
Frederic Guillot
2017-01-22 17:06:39 -05:00
parent 91266df1c9
commit 3be442bfc5
2 changed files with 10 additions and 9 deletions

View File

@@ -3,7 +3,6 @@
</div>
<form method="post" action="<?= $this->url->href('ColumnController', 'update', array('project_id' => $project['id'], 'column_id' => $column['id'])) ?>" autocomplete="off">
<?= $this->form->csrf() ?>
<?= $this->form->hidden('id', $values) ?>