mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02: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:
@@ -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),
|
||||||
|
Reference in New Issue
Block a user