mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
9a89c2dff9
commit
fb14e12508
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ else if( isset($HTTP_POST_VARS['export_pack']) || isset($HTTP_GET_VARS['export_p
|
||||||
message_die(GENERAL_MESSAGE, $message);
|
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.
|
// Admin has selected to add a smiley.
|
||||||
|
|
Loading…
Add table
Reference in a new issue