* Code for bug#15518.

This commit is contained in:
xieqiyu
2021-10-14 14:47:32 +08:00
parent 11f7e9cfb7
commit 92462e266a
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ class testtask extends control
if(!$task)
{
if(defined('RUN_MODE') && RUN_MODE == 'api') return $this->send(array('status' => 'fail', 'message' => '404 Not found'));
die(js::error($this->lang->notFound) . js::locate('back'));
die(js::error($this->lang->notFound) . js::locate($this->createLink('qa', 'index')));
}
/* When the session changes, you need to query the related products again. */