* Add comments to the projectstory module.

This commit is contained in:
leiyong
2020-11-26 14:46:13 +08:00
parent 3e331c8c10
commit 2a52eda19e
3 changed files with 3 additions and 5 deletions
-2
View File
@@ -77,9 +77,7 @@ class projectModel extends model
if(!$projectID and $this->session->project) $projectID = $this->session->project;
/* Get project and program */
$project = $this->getById($projectID);
$isProgram = false;
if(!empty($project))
{