mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Fixed bug #506007
git-svn-id: file:///svn/phpbb/trunk@2050 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
225a4ff8e7
commit
594e162615
1 changed files with 5 additions and 1 deletions
|
@ -1402,6 +1402,10 @@ else if( $submit || $refresh || $mode != "" )
|
|||
$preview_subject = preg_replace($orig_word, $replacement_word, $privmsg_subject);
|
||||
$preview_message = preg_replace($orig_word, $replacement_word, $preview_message);
|
||||
}
|
||||
else
|
||||
{
|
||||
$preview_subject = $privmsg_subject;
|
||||
}
|
||||
|
||||
if( $smilies_on )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue