Avoid PHP notice when validation fail
This commit is contained in:
@@ -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) ?>
|
||||
|
||||
Reference in New Issue
Block a user