diff options
Diffstat (limited to 'templates/project_edit.php')
-rw-r--r-- | templates/project_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project_edit.php b/templates/project_edit.php index 518e72df..557986bf 100644 --- a/templates/project_edit.php +++ b/templates/project_edit.php @@ -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) ?> |