1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-14 21:56:39 +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:
Andreas Fischer
2010-07-08 01:29:47 +02:00

View File

@ -983,7 +983,7 @@ class acp_forums
if (!$row) 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) if ($row['forum_type'] == FORUM_LINK)