diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-29 15:18:34 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-29 15:18:34 +0000 |
commit | 27c0fbe848e636f253ac84e582aaa48c6e7634d2 (patch) | |
tree | a95856c6e17aea2f1d2143cf4754773e269fdf2b /phpBB/posting.php | |
parent | a4b2f460ee977bd938f1fc889cb5a64e07e08480 (diff) | |
download | forums-27c0fbe848e636f253ac84e582aaa48c6e7634d2.tar forums-27c0fbe848e636f253ac84e582aaa48c6e7634d2.tar.gz forums-27c0fbe848e636f253ac84e582aaa48c6e7634d2.tar.bz2 forums-27c0fbe848e636f253ac84e582aaa48c6e7634d2.tar.xz forums-27c0fbe848e636f253ac84e582aaa48c6e7634d2.zip |
Fixed bug #496954
git-svn-id: file:///svn/phpbb/trunk@1737 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r-- | phpBB/posting.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 |