diff --git a/phpBB/posting.php b/phpBB/posting.php index 76be0380af..97a926ca12 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1376,7 +1376,7 @@ if( ( $submit || $confirm || $mode == "delete" ) && !$error ) // // If we get here the post has been deleted successfully. // - $msg_die = $lang['Deleted']; + $message = $lang['Deleted']; if( !$is_first_post_topic && !$is_last_post_topic ) {