aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/privmsg.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/privmsg.php')
-rw-r--r--phpBB/privmsg.php2
1 files changed, 1 insertions, 1 deletions
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),