From 130507c8d475d87cd88d92893bb86a6645be392d Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 8 Feb 2024 00:56:44 +0700 Subject: [PATCH] Update modcp.php --- modcp.php | 2 ++ 1 file changed, 2 insertions(+) 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) {