* Fix bugs.

This commit is contained in:
Yagami
2020-10-21 09:53:39 +08:00
parent c0e5bf03f0
commit ec4dd58fb7
6 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1331,7 +1331,7 @@ class programModel extends model
echo $project->code;
break;
case 'PRJName':
echo html::a(helper::createLink('program', 'index', "projectID=$project->id"), $project->name);
echo html::a(helper::createLink('program', 'index', "projectID=$project->id", '', '', $project->id), $project->name);
break;
case 'PRJModel':
echo zget($this->lang->program->modelList, $project->model);