mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -1541,7 +1541,7 @@ else if( $submit || $refresh || $mode != "" )
|
||||||
//
|
//
|
||||||
// Send smilies to template
|
// Send smilies to template
|
||||||
//
|
//
|
||||||
generate_smilies('inline');
|
generate_smilies('inline', PAGE_PRIVMSGS);
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
"SUBJECT" => preg_replace($html_entities_match, $html_entities_replace, $privmsg_subject),
|
"SUBJECT" => preg_replace($html_entities_match, $html_entities_replace, $privmsg_subject),
|
||||||
|
|
Loading…
Add table
Reference in a new issue