aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/admin_forums.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/admin/admin_forums.php')
-rw-r--r--phpBB/admin/admin_forums.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/admin/admin_forums.php b/phpBB/admin/admin_forums.php
index 0a4c021a93..434c09e8c9 100644
--- a/phpBB/admin/admin_forums.php
+++ b/phpBB/admin/admin_forums.php
@@ -484,7 +484,7 @@ if( !empty($mode) )
$row = $db->sql_fetchrow($result);
$max_order = $row['max_order'];
- $next_order = $max_order + 1;
+ $next_order = $max_order + 10;
//
// There is no problem having duplicate forum names so we won't check for it.