aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin
diff options
context:
space:
mode:
authordougk_ff7 <dougk_ff7@users.sourceforge.net>2001-08-15 11:54:40 +0000
committerdougk_ff7 <dougk_ff7@users.sourceforge.net>2001-08-15 11:54:40 +0000
commita9e82a381df05681cb1608970d51736a24fd6606 (patch)
tree4a26d4bd5fd54fe682e7fa2005312bd639f66dc2 /phpBB/admin
parentf65f865ccde3bd7ecf7e3c275bb623b8765f1cb4 (diff)
downloadforums-a9e82a381df05681cb1608970d51736a24fd6606.tar
forums-a9e82a381df05681cb1608970d51736a24fd6606.tar.gz
forums-a9e82a381df05681cb1608970d51736a24fd6606.tar.bz2
forums-a9e82a381df05681cb1608970d51736a24fd6606.tar.xz
forums-a9e82a381df05681cb1608970d51736a24fd6606.zip
Fixed a bug (hopefully) preventing admin panel from being displayed
git-svn-id: file:///svn/phpbb/trunk@882 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin')
-rw-r--r--phpBB/admin/admin_groups.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/admin/admin_groups.php b/phpBB/admin/admin_groups.php
index 0afc591cbd..3f7728a2e3 100644
--- a/phpBB/admin/admin_groups.php
+++ b/phpBB/admin/admin_groups.php
@@ -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
//
switch($mode)
+ {
case 'update':
break;
@@ -84,6 +85,7 @@ else if( isset($updategroup) )
case 'default':
message_die(GENERAL_ERROR, $lang['Group_mode_not_selected']);
break;
+ }
}
else
{