summaryrefslogtreecommitdiff
path: root/app/Template/search/results.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/search/results.php')
-rw-r--r--app/Template/search/results.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Template/search/results.php b/app/Template/search/results.php
index 85b09ea9..d8ca671e 100644
--- a/app/Template/search/results.php
+++ b/app/Template/search/results.php
@@ -7,6 +7,7 @@
<div class="table-list-row color-<?= $task['color_id'] ?>">
<?= $this->render('task_list/task_title', array(
'task' => $task,
+ 'is_subtask' => FALSE
)) ?>
<?= $this->render('task_list/task_details', array(
@@ -30,4 +31,4 @@
<?php endforeach ?>
</div>
-<?= $paginator ?> \ No newline at end of file
+<?= $paginator ?>