From ddf7bf137692c7563dbe84be2cd0eff851598213 Mon Sep 17 00:00:00 2001 From: David M Date: Wed, 4 Jul 2007 12:38:14 +0000 Subject: #12947 - thanks to APTX for his partial patch and Highway_of_Life and iWisdom for testing git-svn-id: file:///svn/phpbb/trunk@7831 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/posting.php') diff --git a/phpBB/posting.php b/phpBB/posting.php index 88de7fe2d4..403eea5418 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -981,6 +981,7 @@ if ($submit || $preview || $refresh) if ($mode == 'edit') { $data['topic_replies_real'] = $post_data['topic_replies_real']; + $data['topic_replies'] = $post_data['topic_replies']; } unset($message_parser); -- cgit v1.2.1