* adjust lang for branch.

This commit is contained in:
wangyidong
2015-11-02 10:52:04 +08:00
parent 3214cb08ce
commit eee2990ea7
25 changed files with 29 additions and 27 deletions
+1 -1
View File
@@ -112,7 +112,7 @@
</tr>
<?php if($this->session->currentProductType != 'normal'):?>
<tr>
<th><?php echo $lang->bug->branch;?></th>
<th><?php echo $lang->product->branch;?></th>
<td><?php if(!common::printLink('bug', 'browse', "productID=$bug->product&branch=$bug->branch", $branchName)) echo $branchName;?></td>
</tr>
<?php endif;?>