summaryrefslogtreecommitdiff
path: root/app/Controller/BoardPopover.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/BoardPopover.php')
-rw-r--r--app/Controller/BoardPopover.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/BoardPopover.php b/app/Controller/BoardPopover.php
index f2b39d8d..965669ff 100644
--- a/app/Controller/BoardPopover.php
+++ b/app/Controller/BoardPopover.php
@@ -93,7 +93,7 @@ class BoardPopover extends Base
{
$task = $this->getTask();
- $this->response->html($this->template->render('file/screenshot', array(
+ $this->response->html($this->template->render('task_file/screenshot', array(
'task' => $task,
)));
}