Browse Source

fixed small mistake

pull/40/head
Savetheinternet 13 years ago
parent
commit
616c4179c9
  1. 2
      mod.php

2
mod.php

@ -79,7 +79,7 @@
// Boards
$fieldset['Boards'] .= ulBoards();
if($mod['type'] >= MOD_SHOW_CONFIG) {
if($mod['type'] >= MOD_VIEW_BANLIST) {
$fieldset['Administration'] .= '<li><a href="?/bans">Ban list</a></li>';
}
if($mod['type'] >= MOD_SHOW_CONFIG) {

Loading…
Cancel
Save