* Fix bug.

This commit is contained in:
滔哥
2018-01-17 12:23:58 +08:00
parent 402975b444
commit a57e30ced7
7 changed files with 14 additions and 28 deletions
-4
View File
@@ -758,10 +758,6 @@ class testtaskModel extends model
{
$runs = $this->getUserRuns($task->id, $this->session->user->account, $modules, $sort, $pager);
}
elseif($browseType == 'account')
{
$runs = $this->getUserRuns($task->id, $this->session->taskCaseAccount, $modules, $sort, $pager);
}
/* By search. */
elseif($browseType == 'bysearch')
{