mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-04 11:41:38 +02:00
Fixed bug #496954
git-svn-id: file:///svn/phpbb/trunk@1737 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user