mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 23:55:26 +02:00
fix bug #2258
git-svn-id: file:///svn/phpbb/trunk@6074 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b0c3e39582
commit
010e453b45
@ -366,7 +366,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
|
|||||||
return array($active_forum_ary, $forum_moderators);
|
return array($active_forum_ary, $forum_moderators);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $active_forum_ary;
|
return array($active_forum_ary, array());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user