Skip to content

Commit

Permalink
fixing thread title in first merge thread screen (thanks to vrtisworks,
Browse files Browse the repository at this point in the history
fixes #868)
  • Loading branch information
Thomas Seifert authored and Thomas Seifert committed Jul 8, 2011
1 parent 261c332 commit 7e503c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moderation.php
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@
if( !$merge_t1 || $merge_t1==$msgthd_id ) {
phorum_moderator_data_put('merge_t1', $msgthd_id);
$PHORUM['DATA']["FORM"]["merge_none"] =true;
$message = phorum_db_get_message($merge_t1, "message_id", true);
$message = phorum_db_get_message($msgthd_id, "message_id", true);
$PHORUM['DATA']["FORM"]["merge_subject1"] =htmlspecialchars($message["subject"], ENT_COMPAT, $PHORUM["DATA"]["HCHARSET"]);
}
// the moderator selects the source thread to merge from
Expand Down

0 comments on commit 7e503c5

Please # to comment.