aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/posting.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index 7435e2e90c..418b2ea90c 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -530,8 +530,6 @@ if ($save && $user->data['is_registered'] && $auth->acl_get('u_savedrafts') && (
$error[] = $user->lang['TOO_FEW_CHARS'];
}
}
- //unset($subject, $message);
-
unset($subject, $message);
}
@@ -569,7 +567,6 @@ $solved_captcha = false;
if ($submit || $preview || $refresh)
{
-
$post_data['topic_cur_post_id'] = request_var('topic_cur_post_id', 0);
$post_data['post_subject'] = utf8_normalize_nfc(request_var('subject', '', true));
$message_parser->message = utf8_normalize_nfc(request_var('message', '', true));