diff options
Diffstat (limited to 'app/Controller/BaseController.php')
-rw-r--r-- | app/Controller/BaseController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/BaseController.php b/app/Controller/BaseController.php index ae2dc006..5233e27f 100644 --- a/app/Controller/BaseController.php +++ b/app/Controller/BaseController.php @@ -74,7 +74,7 @@ abstract class BaseController extends Base { $task_id = $this->request->getIntegerParam('task_id'); $file_id = $this->request->getIntegerParam('file_id'); - $model = 'projectFile'; + $model = 'projectFileModel'; if ($task_id > 0) { $model = 'taskFileModel'; |