mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
f65f865ccd
commit
a9e82a381d
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
@ -85,6 +86,7 @@ else if( isset($updategroup) )
|
||||||
message_die(GENERAL_ERROR, $lang['Group_mode_not_selected']);
|
message_die(GENERAL_ERROR, $lang['Group_mode_not_selected']);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue