diff options
Diffstat (limited to 'app/Controller/Gantt.php')
| -rw-r--r-- | app/Controller/Gantt.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Gantt.php b/app/Controller/Gantt.php index 1ea5e957..6f3fb5c7 100644 --- a/app/Controller/Gantt.php +++ b/app/Controller/Gantt.php @@ -42,7 +42,7 @@ class Gantt extends Base */ public function saveDate() { - $project = $this->getProject(); + $this->getProject(); $values = $this->request->getJson(); $result = $this->taskModification->update(array( |
