* Fix api bug.

This commit is contained in:
mayue
2022-05-13 08:17:12 +00:00
parent a7f317c6e2
commit 025238c3d8
+1 -1
View File
@@ -630,7 +630,7 @@ class projectModel extends model
}
}
if($project->model == 'kanban') $link = helper::createLink('project', 'index', "projectID=%s");
if(!empty($project) and $project->model == 'kanban') $link = helper::createLink('project', 'index', "projectID=%s");
return $link;
}