1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

#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
This commit is contained in:
David M
2007-07-04 12:38:14 +00:00
parent b883ff119f
commit ddf7bf1376
3 changed files with 10 additions and 6 deletions

View File

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