fixed small mistake
This commit is contained in:
parent
bcfc8c4a70
commit
616c4179c9
2
mod.php
2
mod.php
|
@ -79,7 +79,7 @@
|
||||||
// Boards
|
// Boards
|
||||||
$fieldset['Boards'] .= ulBoards();
|
$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>';
|
$fieldset['Administration'] .= '<li><a href="?/bans">Ban list</a></li>';
|
||||||
}
|
}
|
||||||
if($mod['type'] >= MOD_SHOW_CONFIG) {
|
if($mod['type'] >= MOD_SHOW_CONFIG) {
|
||||||
|
|
Loading…
Reference in New Issue