From fd146498d1ac5d8b67591c21e7bd177dd145f0b2 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 29 Dec 2001 16:19:56 +0000 Subject: [PATCH] Update related to smilie generation fix git-svn-id: file:///svn/phpbb/trunk@1738 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/privmsg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php index 2e91606910..a232c0b0d7 100644 --- a/phpBB/privmsg.php +++ b/phpBB/privmsg.php @@ -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),