diff --git a/phpBB/includes/functions_post.php b/phpBB/includes/functions_post.php index 3cc7669755..411ee8b7f8 100644 --- a/phpBB/includes/functions_post.php +++ b/phpBB/includes/functions_post.php @@ -570,7 +570,7 @@ function delete_post($mode, &$post_data, &$message, &$meta, &$forum_id, &$topic_ if ( $mode == 'delete' && $post_data['first_post'] && $post_data['last_post'] ) { - $meta = ''; + $meta = ''; $message = $lang['Deleted']; } else