* fix score module

This commit is contained in:
滔哥
2017-11-01 11:29:07 +08:00
parent 3b246f43f1
commit c5d9187baf
15 changed files with 265 additions and 175 deletions
+2 -2
View File
@@ -832,8 +832,8 @@ class testtask extends control
}
}
$preCase = '';
$nextCase = '';
$preCase = array();
$nextCase = array();
if($preAndNext->pre)
{
$preCase['runID'] = $runID ? $preAndNext->pre->id : 0;