mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/9697] Backlink broken when the select parent forum does not exist.
PHPBB3-9697
This commit is contained in:
parent
b7ae0fe4e9
commit
0db657381b
1 changed files with 1 additions and 1 deletions
|
@ -983,7 +983,7 @@ class acp_forums
|
|||
|
||||
if (!$row)
|
||||
{
|
||||
trigger_error($user->lang['PARENT_NOT_EXIST'] . adm_back_link($this->u_action . '&' . $this->parent_id), E_USER_WARNING);
|
||||
trigger_error($user->lang['PARENT_NOT_EXIST'] . adm_back_link($this->u_action . '&parent_id=' . $this->parent_id), E_USER_WARNING);
|
||||
}
|
||||
|
||||
if ($row['forum_type'] == FORUM_LINK)
|
||||
|
|
Loading…
Add table
Reference in a new issue