fixed small mistake

This commit is contained in:
Savetheinternet 2011-02-07 00:40:06 +11:00
parent bcfc8c4a70
commit 616c4179c9

View File

@ -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) {