mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
err, maybe don't display it quite so often.
git-svn-id: file:///svn/phpbb/trunk@7970 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
465c15f084
commit
98f885ebc3
1 changed files with 2 additions and 2 deletions
|
@ -570,7 +570,7 @@ function mcp_move_topic($topic_ids)
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (isset($_POST['confirm']))
|
||||
{
|
||||
$additional_msg = $user->lang['FORUM_NOT_EXIST'];
|
||||
}
|
||||
|
@ -969,7 +969,7 @@ function mcp_fork_topic($topic_ids)
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (isset($_POST['confirm']))
|
||||
{
|
||||
$additional_msg = $user->lang['FORUM_NOT_EXIST'];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue