diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/groupcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/groupcp.php b/phpBB/groupcp.php index c4fc66c90f..7953c04863 100644 --- a/phpBB/groupcp.php +++ b/phpBB/groupcp.php @@ -933,7 +933,7 @@ else if( $group_id ) } } - if( $members_count == 1 ) + if( !$members_count ) { // // No group members |