aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-07-04 12:38:14 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-07-04 12:38:14 +0000
commitddf7bf137692c7563dbe84be2cd0eff851598213 (patch)
treee13c54ecae063055039a07952f2d34be2400b22a /phpBB/posting.php
parentb883ff119f4e42fbc967a6b1971af2198762fbd8 (diff)
downloadforums-ddf7bf137692c7563dbe84be2cd0eff851598213.tar
forums-ddf7bf137692c7563dbe84be2cd0eff851598213.tar.gz
forums-ddf7bf137692c7563dbe84be2cd0eff851598213.tar.bz2
forums-ddf7bf137692c7563dbe84be2cd0eff851598213.tar.xz
forums-ddf7bf137692c7563dbe84be2cd0eff851598213.zip
#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
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php1
1 files changed, 1 insertions, 0 deletions
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);