summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--phpBB/privmsg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php
index 0feb666623..b77cca6a4c 100644
--- a/phpBB/privmsg.php
+++ b/phpBB/privmsg.php
@@ -1508,7 +1508,7 @@ else if ( $submit || $refresh || $mode != '' )
}
$orig_word = $replacement_word = array();
- obtain_word_list($orig_word, $replace_word);
+ obtain_word_list($orig_word, $replacement_word);
$privmsg_subject = ( ( !preg_match('/^Re:/', $privmsg['privmsgs_subject']) ) ? 'Re: ' : '' ) . $privmsg['privmsgs_subject'];
$privmsg_subject = preg_replace($orig_word, $replacement_word, $privmsg_subject);