mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Fixing bug 444
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2634 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -265,7 +265,7 @@ else if( isset($HTTP_POST_VARS['export_pack']) || isset($HTTP_GET_VARS['export_p
|
||||
message_die(GENERAL_MESSAGE, $message);
|
||||
|
||||
}
|
||||
else if( isset($HTTP_POST_VARS['add']) )
|
||||
else if( isset($HTTP_POST_VARS['add']) || isset($HTTP_GET_VARS['add'] )
|
||||
{
|
||||
//
|
||||
// Admin has selected to add a smiley.
|
||||
|
Reference in New Issue
Block a user