diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-10 15:55:57 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-10 15:55:57 -0400 |
commit | a7b77623ce602a44a341f747fdfe43dbdc268304 (patch) | |
tree | 28040eb9633cba305962aaf56df81cce55113eff /app/Template/task/details.php | |
parent | bd3c44c3d337d49b02e19da0c6baed1a4abec37b (diff) |
Recurring tasks (#847): rename class constants
Diffstat (limited to 'app/Template/task/details.php')
-rw-r--r-- | app/Template/task/details.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/details.php b/app/Template/task/details.php index 32f0fbb8..c70945bc 100644 --- a/app/Template/task/details.php +++ b/app/Template/task/details.php @@ -81,7 +81,7 @@ </li> <?php endif ?> - <?php if (! isset($not_editable) && $task['recurrence_status'] != \Model\Task::RECURE_STATUS_NONE): ?> + <?php if (! isset($not_editable) && $task['recurrence_status'] != \Model\Task::RECURRING_STATUS_NONE): ?> <li> <strong><?= t('Recurring information') ?></strong> <?= $this->render('task/recurring_info', array( |