Fix a PHP notice
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<section>
|
<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) ?>
|
<?= Helper\form_hidden('id', $values) ?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user