mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 15:17:16 +01:00
Update related to smilie generation fix
git-svn-id: file:///svn/phpbb/trunk@1738 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
27c0fbe848
commit
fd146498d1
@ -1541,7 +1541,7 @@ else if( $submit || $refresh || $mode != "" )
|
||||
//
|
||||
// Send smilies to template
|
||||
//
|
||||
generate_smilies('inline');
|
||||
generate_smilies('inline', PAGE_PRIVMSGS);
|
||||
|
||||
$template->assign_vars(array(
|
||||
"SUBJECT" => preg_replace($html_entities_match, $html_entities_replace, $privmsg_subject),
|
||||
|
Loading…
x
Reference in New Issue
Block a user