mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fixed jumping of new cat when moving up (#505610)
git-svn-id: file:///svn/phpbb/trunk@1912 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e753ec60fc
commit
9cc9490dfb
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue