diff --git a/module/report/control.php b/module/report/control.php index b765af3732..4cc2e3322c 100644 --- a/module/report/control.php +++ b/module/report/control.php @@ -55,7 +55,7 @@ class report extends control */ public function projectDeviation($begin = 0, $end = 0) { - $this->session->set('projectList', $this->app->getURI(true), 'project'); + $this->session->set('executionList', $this->app->getURI(true), 'execution'); $begin = $begin ? date('Y-m-d', strtotime($begin)) : ''; $end = $end ? date('Y-m-d', strtotime($end)) : '';