1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

- redirection should properly work now

- align jumpbox properly


git-svn-id: file:///svn/phpbb/trunk@5734 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann
2006-03-27 18:45:18 +00:00
parent e7140d658d
commit 397fff57f2
4 changed files with 6 additions and 6 deletions

View File

@@ -489,7 +489,7 @@ function close_report($post_id_list, $mode, $action)
}
else
{
meta_refresh(3, "viewforum.$phpEx$SID&f=$forum_id");
meta_refresh(3, $redirect);
trigger_error($user->lang[$success_msg] . '<br /><br />' . sprintf($user->lang['RETURN_PAGE'], "<a href=\"$redirect\">", '</a>'));
}
}