mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
fixing some bugs, most being submitted grammatical/spelling errors.
git-svn-id: file:///svn/phpbb/trunk@6915 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -403,10 +403,8 @@ class acp_forums
|
||||
}
|
||||
|
||||
// Make sure no direct child forums are able to be selected as parents.
|
||||
$childs = get_forum_branch($forum_id, 'children');
|
||||
|
||||
$exclude_forums = array();
|
||||
foreach ($childs as $row)
|
||||
foreach (get_forum_branch($forum_id, 'children') as $row)
|
||||
{
|
||||
$exclude_forums[] = $row['forum_id'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user