* Deal with more link issues in project blocks.

This commit is contained in:
tianshujie98
2021-03-26 12:16:56 +08:00
parent f0738d72b4
commit a4c865e7fd
13 changed files with 25 additions and 20 deletions
+1 -1
View File
@@ -10,5 +10,5 @@
*/
?>
<?php include '../../common/view/header.html.php';?>
<?php echo $this->fetch('block', 'dashboard', "module=project&type={$project->model}");?>
<?php echo $this->fetch('block', 'dashboard', "module=project&type={$project->model}&projectID={$project->id}");?>
<?php include '../../common/view/footer.html.php';?>