diff --git a/phpBB/groupcp.php b/phpBB/groupcp.php
index 93a67811c4..830e851083 100644
--- a/phpBB/groupcp.php
+++ b/phpBB/groupcp.php
@@ -1217,14 +1217,10 @@ else
}
}
while( $row = $db->sql_fetchrow($result) );
- }
- else
- {
- message_die(GENERAL_MESSAGE, $lang['No_groups_exist']);
- }
- $s_pending_groups = '";
- $s_member_groups = '";
+ $s_pending_groups = '";
+ $s_member_groups = '";
+ }
}
//