Skip to content

Commit

Permalink
Fixed Bugtracker
Browse files Browse the repository at this point in the history
  • Loading branch information
perioner committed May 16, 2021
1 parent 87863be commit 5318d23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/modules/bugtracker/views/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<?php if($this->wowmodule->getChangelogsStatus() == '1'): ?>
<li><a href="<?= base_url('changelogs'); ?>"><i class="fas fa-scroll"></i> <?=$this->lang->line('tab_changelogs'); ?></a></li>
<?php endif; ?>
<?php endif; ?>
<?php if($this->wowmodule->getDownloadStatus() == '1'): ?>
<li><a href="<?= base_url('download'); ?>"><i class="fas fa-download"></i> <?=$this->lang->line('tab_download'); ?></a></li>
<?php endif; ?>
Expand Down

0 comments on commit 5318d23

Please sign in to comment.