mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-14 13:46:33 +02:00
Merge branch 'ticket/nickvergessen/9697' into develop-olympus
* ticket/nickvergessen/9697: [ticket/9697] Backlink broken when the select parent forum does not exist.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user