Skip to content

Commit

Permalink
FIX: Sidebar Menu Indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Mar 9, 2023
1 parent a047a05 commit f7f6cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template/config/sidebar.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<li<?= $this->app->checkMenuSelection('TechnicalSupport', 'show', 'KanboardSupport') ?>>
<li <?= $this->app->checkMenuSelection('TechnicalSupportController', 'show', 'KanboardSupport') ?>>
<?= $this->url->link(t('Technical Information'), 'TechnicalSupportController', 'show', ['plugin' => 'KanboardSupport']) ?>
</li>

0 comments on commit f7f6cd2

Please sign in to comment.