From fa6d19928abcfa03861e264222dbe46ad2fdc15a Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 7 Feb 2015 18:36:16 -0500 Subject: Rename subtask model --- app/Controller/Base.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Controller/Base.php') diff --git a/app/Controller/Base.php b/app/Controller/Base.php index d36e02c0..ac7e8907 100644 --- a/app/Controller/Base.php +++ b/app/Controller/Base.php @@ -40,7 +40,7 @@ use Symfony\Component\EventDispatcher\Event; * @property \Model\ProjectAnalytic $projectAnalytic * @property \Model\ProjectActivity $projectActivity * @property \Model\ProjectDailySummary $projectDailySummary - * @property \Model\SubTask $subTask + * @property \Model\Subtask $subtask * @property \Model\Swimlane $swimlane * @property \Model\Task $task * @property \Model\TaskCreation $taskCreation @@ -168,7 +168,7 @@ abstract class Base $this->handleAuthentication(); $this->handleAuthorization($controller, $action); - $this->session['has_subtask_inprogress'] = $this->subTask->hasSubtaskInProgress($this->userSession->getId()); + $this->session['has_subtask_inprogress'] = $this->subtask->hasSubtaskInProgress($this->userSession->getId()); } } -- cgit v1.2.3