Minor fixes

This commit is contained in:
Frederic Guillot
2016-06-05 18:22:19 -04:00
parent 9ce6a28419
commit 5ffdf286e7
5 changed files with 15 additions and 5 deletions

View File

@@ -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';