Fix showing regression info for subtests on the benchmark

This commit is contained in:
Hannes Verschore 2015-08-04 02:48:34 -07:00
Родитель de78ae9607
Коммит ce74d1bfe5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,7 @@ $subtest = GET_bool("subtest");
$id = GET_int("id");
if ($subtest) {
$score_id = get("score", $id, "score_id");
$score_id = get("breakdown", $id, "score_id");
$prev_breakdown_id = imm_prev_suite_test($id);
$prev_score_id = get("breakdown", $prev_breakdown_id, "score_id");