* Fix bug#43164.

This commit is contained in:
xieqiyu
2024-02-01 16:04:35 +08:00
parent 7ed85ecd2c
commit a4fddc03b6
-2
View File
@@ -1707,8 +1707,6 @@ class testtaskModel extends model
$taskID = $this->create($task);
if(dao::isError()) return false;
$this->loadModel('action')->create('testtask', $taskID, 'opened');
unlink($filePath);
unset($_SESSION['resultFile']);