Skip to content

Commit

Permalink
Merge pull request #2204 from PaulBender/fix-2203
Browse files Browse the repository at this point in the history
Fixes #2203 Click and Hold erases thread prefix in 1.8.6
  • Loading branch information
stefan-st committed Jan 29, 2016
2 parents 9add16e + eafe850 commit 0aa7736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmlhttp.php
Expand Up @@ -373,6 +373,7 @@
$updatepost = array(
"pid" => $post['pid'],
"tid" => $thread['tid'],
"prefix" => $thread['prefix'],
"subject" => $subject,
"edit_uid" => $mybb->user['uid']
);
Expand Down

0 comments on commit 0aa7736

Please sign in to comment.