summaryrefslogtreecommitdiff
path: root/templates/board_edit.php
diff options
context:
space:
mode:
authorFrédéric Guillot <contact@fredericguillot.com>2014-02-27 20:43:45 -0500
committerFrédéric Guillot <contact@fredericguillot.com>2014-02-27 20:43:45 -0500
commite7db71b593f2d9856a5b3aacde00a638d074d601 (patch)
treedd94710558fdcffdddd456559bca294b76855ae5 /templates/board_edit.php
parente3ff52ad89b1ac8549ee4b2b679cf9d7a2f96d29 (diff)
Remove PHP notice
Diffstat (limited to 'templates/board_edit.php')
-rw-r--r--templates/board_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/board_edit.php b/templates/board_edit.php
index 800e1c1d..5368dede 100644
--- a/templates/board_edit.php
+++ b/templates/board_edit.php
@@ -16,7 +16,7 @@
<?= Helper\form_label(t('Column %d', ++$i), 'title['.$column['id'].']') ?>
<?= Helper\form_text('title['.$column['id'].']', $values, $errors, array('required')) ?>
<?= Helper\form_number('task_limit['.$column['id'].']', $values, $errors, array('placeholder="'.t('limit').'"')) ?>
- <a href="?controller=board&amp;action=confirm&amp;project_id=<?= $project['id'] ?>&amp;column_id=<?= $column_id ?>"><?= t('Remove') ?></a>
+ <a href="?controller=board&amp;action=confirm&amp;project_id=<?= $project['id'] ?>&amp;column_id=<?= $column['id'] ?>"><?= t('Remove') ?></a>
<?php endforeach ?>
<div class="form-actions">