* Finish task#43168.

This commit is contained in:
xieqiyu
2021-10-13 08:28:16 +08:00
parent 8fa2e839fb
commit 697be11443
+1 -1
View File
@@ -108,7 +108,7 @@
<td style='padding: 5px; text-align: center; border: 1px solid #e5e5e5;'><?php echo $testTask->id;?></td>
<td style='padding: 5px; border: 1px solid #e5e5e5;'>
<?php
$link = $this->createLink('testTask', 'view', "testTask=$testTask->id");
$link = $this->createLink('testtask', 'view', "testtask=$testTask->id");
if($config->requestType == 'GET' and strpos($link, 'ztcli') !== false) $link = str_replace($this->server->php_self, $config->webRoot, $link);
echo html::a($url . $link, $testTask->name);
?>