* Fix bug #21948.
This commit is contained in:
@@ -1595,7 +1595,7 @@ class testtaskModel extends model
|
||||
if(empty($file))
|
||||
{
|
||||
dao::$errors[] = $this->lang->testtask->unitXMLFormat;
|
||||
return print(js::error(dao::getError()));
|
||||
die(js::error(dao::getError()));
|
||||
}
|
||||
|
||||
$file = $file[0];
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->testtask->resultFile;?></th>
|
||||
<td><?php echo html::file('resultFile', "class='form-control'");?></td>
|
||||
<td class='required'><?php echo html::file('resultFile', "class='form-control'");?></td>
|
||||
<td><?php echo $lang->testtask->unitXMLFormat;?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user