From 5f978355dba56553ed9100a975efc402daaea87f Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 5 Nov 2001 02:40:41 +0000 Subject: [PATCH] Fixed small error in message output upon deletion of msg git-svn-id: file:///svn/phpbb/trunk@1280 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {