* fix bugs.

This commit is contained in:
wangyidong
2018-11-26 09:01:16 +08:00
parent 83f8947ef7
commit 7bc823d490
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
<?php if($hasCustomSeverity):?>
<span class='<?php echo 'label-severity-custom';?>' title='<?php echo zget($lang->bug->severityList, $bug->severity);?>' data-severity='<?php echo $bug->severity;?>'><?php echo zget($lang->bug->severityList, $bug->severity, $bug->severity);?></span>
<?php else:?>
<span class='label-severity' title='<?php echo zget($lang->bug->severityList, $bug->severity);?>' data-severity='<?php echo $bug->severity;?>'><?php echo $bug->severity;?></span>
<span class='label-severity' title='<?php echo zget($lang->bug->severityList, $bug->severity);?>' data-severity='<?php echo $bug->severity;?>'></span>
<?php endif;?>
</td>
<td class='c-name' style='color: <?php echo $bug->color?>' title='<?php echo $bug->title?>'><?php echo $bug->title?></td>
+1
View File
@@ -427,6 +427,7 @@ class upgradeModel extends model
{
$fields = array();
$table = $out[1][0];
$table = str_replace('zt_', $this->config->db->prefix, $out[1][0]);
try
{
$tableExists = true;