diff options
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r-- | phpBB/posting.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 74767df504..544d1d527e 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -102,7 +102,7 @@ switch ($mode) break; case 'smilies': - generate_smilies('window'); + generate_smilies('window', $forum_id); break; default: @@ -792,8 +792,8 @@ if (($mode == 'reply' || $mode == 'quote') && !$preview && !$refresh) get_moderators($moderators, $forum_id); -// Generate smilies and topic icon listings -generate_smilies('inline'); +// Generate smilie listing +generate_smilies('inline', $forum_id); // Generate Topic icons |