mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
Fixed a bug (hopefully) preventing admin panel from being displayed
git-svn-id: file:///svn/phpbb/trunk@882 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -69,6 +69,7 @@ else if( isset($updategroup) )
|
|||||||
// Ok, they are submitting a group, let's save the data based on if it's new or editing
|
// Ok, they are submitting a group, let's save the data based on if it's new or editing
|
||||||
//
|
//
|
||||||
switch($mode)
|
switch($mode)
|
||||||
|
{
|
||||||
case 'update':
|
case 'update':
|
||||||
|
|
||||||
break;
|
break;
|
||||||
@@ -84,6 +85,7 @@ else if( isset($updategroup) )
|
|||||||
case 'default':
|
case 'default':
|
||||||
message_die(GENERAL_ERROR, $lang['Group_mode_not_selected']);
|
message_die(GENERAL_ERROR, $lang['Group_mode_not_selected']);
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user