Fix a PHP notice
This commit is contained in:
parent
c80ec9f10c
commit
423801a0c5
|
|
@ -6,7 +6,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<section>
|
||||
<form method="post" action="?controller=project&action=update&project_id=<?= $project['id'] ?>" autocomplete="off">
|
||||
<form method="post" action="?controller=project&action=update&project_id=<?= $values['id'] ?>" autocomplete="off">
|
||||
|
||||
<?= Helper\form_hidden('id', $values) ?>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue