This commit is contained in:
tianshujie98
2021-03-25 10:55:47 +08:00
parent 7af7034f02
commit 36c99fed2f
+4
View File
@@ -257,6 +257,10 @@ class block extends control
{
$block->moreLink = $this->createLink($moduleName, 'work', 'mode=' . $method . '&' . $vars);
}
elseif($moduleName = 'project')
{
$block->moreLink = $this->createLink('project', 'dynamic', "projectID={$this->session->project}");
}
}
elseif($block->block == 'dynamic')
{