diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-14 15:49:59 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-14 15:49:59 -0500 |
commit | 8477da26437cd927b47fbac8874e2a7e02b580ca (patch) | |
tree | 2e1b256eba73a3b719f57ff5df8b4497faa2c3f9 /app/Controller/BoardPopover.php | |
parent | 8e25c875f26b05e3138fb4d09d9f720456c09f76 (diff) |
Rename File controller to TaskFile
Diffstat (limited to 'app/Controller/BoardPopover.php')
-rw-r--r-- | app/Controller/BoardPopover.php | 2 |
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, ))); } |