diff options
Diffstat (limited to 'phpBB/install/convertors/functions_phpbb20.php')
| -rw-r--r-- | phpBB/install/convertors/functions_phpbb20.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/functions_phpbb20.php b/phpBB/install/convertors/functions_phpbb20.php index bdde227e95..043441c54b 100644 --- a/phpBB/install/convertors/functions_phpbb20.php +++ b/phpBB/install/convertors/functions_phpbb20.php @@ -894,7 +894,7 @@ function phpbb_convert_authentication($mode) // Let us see if guests/registered users have access to these forums... foreach ($parent_forums as $row) { - // Get the childs... + // Get the children $branch = $forum_ids = array(); foreach ($forums as $key => $_row) |
