* Fix error.

This commit is contained in:
tianshujie98
2021-04-20 16:53:09 +08:00
parent 3c96c44935
commit 0c351122cd
+2
View File
@@ -1256,6 +1256,8 @@ class block extends control
{
$this->loadModel('milestone');
$this->loadModel('weekly');
$this->app->loadLang('execution');
$projectID = $this->session->project;
$project = $this->loadModel('project')->getByID($projectID);