* fix bug.

This commit is contained in:
wangyidong
2021-03-17 09:21:26 +08:00
parent 32b1b95f24
commit e43b1fd89e
6 changed files with 8 additions and 8 deletions
+1 -3
View File
@@ -24,9 +24,7 @@
</thead>
<tbody>
<?php foreach($projects as $project):?>
<?php
$viewLink = $this->createLink('program', 'index', "programID={$project->id}");
?>
<?php $viewLink = $this->createLink('project', 'index', "programID={$project->id}");?>
<tr>
<td title='<?php echo $project->name?>'><?php echo html::a($viewLink, $project->name);?></td>
<td><?php echo zget($users, $project->PM, $project->PM)?></td>