1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-07 16:15:22 +02:00

Fixed small error in message output upon deletion of msg

git-svn-id: file:///svn/phpbb/trunk@1280 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-11-05 02:40:41 +00:00
parent be63e70bce
commit 5f978355db

View File

@ -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 )
{