diff options
Diffstat (limited to 'app/Template/search/results.php')
-rw-r--r-- | app/Template/search/results.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/search/results.php b/app/Template/search/results.php index 97667c75..8376b9e8 100644 --- a/app/Template/search/results.php +++ b/app/Template/search/results.php @@ -41,7 +41,7 @@ <?= $this->dt->date($task['date_due']) ?> </td> <td> - <?php if ($task['is_active'] == \Kanboard\Model\Task::STATUS_OPEN): ?> + <?php if ($task['is_active'] == \Kanboard\Model\TaskModel::STATUS_OPEN): ?> <?= t('Open') ?> <?php else: ?> <?= t('Closed') ?> |