diff options
Diffstat (limited to 'app/Template/search')
-rw-r--r-- | app/Template/search/results.php | 3 |
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 ?> |