Fix a PHP notice

This commit is contained in:
Frédéric Guillot 2014-02-21 19:10:23 -05:00
parent c80ec9f10c
commit 423801a0c5
1 changed files with 1 additions and 1 deletions

View File

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