mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
Fixed bug #487544
git-svn-id: file:///svn/phpbb/trunk@1500 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
70942d35a2
commit
76f722573b
1 changed files with 1 additions and 1 deletions
|
@ -933,7 +933,7 @@ else if( $group_id )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if( $members_count == 1 )
|
if( !$members_count )
|
||||||
{
|
{
|
||||||
//
|
//
|
||||||
// No group members
|
// No group members
|
||||||
|
|
Loading…
Add table
Reference in a new issue