* Fix error in mr view.
This commit is contained in:
+1
-1
@@ -164,7 +164,7 @@ class mrModel extends model
|
||||
if(!empty($pipeline->queue))
|
||||
{
|
||||
$compile = $this->loadModel('compile')->getByQueue($pipeline->queue);
|
||||
$MR->compileID = $compile->id;
|
||||
$MR->compileID = $compile->id;
|
||||
$MR->compileStatus = $compile->status;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -139,9 +139,9 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->compile->atTime;?></th>
|
||||
<td><?php echo $compileJob ? $compileJob->lastExec : $lang->mr->compileUnexecuted;?></td>
|
||||
<td><?php echo $compile->createdDate;?></td>
|
||||
</tr>
|
||||
<?php if($compileJob):?>
|
||||
<?php if($compileJob and !empty($compileJob->id)):?>
|
||||
<tr>
|
||||
<th><?php echo $lang->compile->result;?></th>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user