diff --git a/modcp.php b/modcp.php index ef234cd0..a265fb43 100644 --- a/modcp.php +++ b/modcp.php @@ -154,6 +154,8 @@ else // Start session management $user->session_start(array('req_login' => true)); +set_die_append_msg($forum_id, $topic_id); + // Check if user did or did not confirm. If they did not, forward them to the last page they were on if (isset($_POST['cancel']) || IS_GUEST) {