From 27c0fbe848e636f253ac84e582aaa48c6e7634d2 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 29 Dec 2001 15:18:34 +0000 Subject: Fixed bug #496954 git-svn-id: file:///svn/phpbb/trunk@1737 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/posting.php') diff --git a/phpBB/posting.php b/phpBB/posting.php index aaa04fdefb..e09e1ab73d 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -677,7 +677,7 @@ if( $mode == "topicreview" ) } else if( $mode == "smilies" ) { - generate_smilies('window'); + generate_smilies("window", PAGE_POSTING); exit; } @@ -2584,7 +2584,7 @@ if( $error ) // // Send smilies to template // -generate_smilies('inline'); +generate_smilies("inline", PAGE_POSTING); // // User not logged in so offer up a username -- cgit v1.2.1