summaryrefslogtreecommitdiff
path: root/templates/project_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project_edit.php')
-rw-r--r--templates/project_edit.php2
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&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) ?>