summaryrefslogtreecommitdiff
path: root/templates/project_edit.php
diff options
context:
space:
mode:
authorFrédéric Guillot <contact@fredericguillot.com>2014-02-21 19:10:23 -0500
committerFrédéric Guillot <contact@fredericguillot.com>2014-02-21 19:10:23 -0500
commit423801a0c54b1f6a07ee5cbd04c7c9682fc7e844 (patch)
treed55865c2af39f07a546725604d94bf39d103caab /templates/project_edit.php
parentc80ec9f10c23066c160fcff9a4da90cd483d54b9 (diff)
Fix a PHP notice
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) ?>