Browse Source

- Show all the groupes by default

pull/16/head
Jaussoin Timothée 12 years ago
parent
commit
ebc7ccab40
  1. 4
      app/widgets/Roster/Roster.php

4
app/widgets/Roster/Roster.php

@ -213,9 +213,9 @@ class Roster extends WidgetBase
// get the current showing state of the group and the offline contacts
$groupState = Cache::c('group'.$currentgroup);
if($groupState == true)
if($groupState == false)
$groupshown = 'groupshown';
$count = $i-$j;
$grouphtml = '

Loading…
Cancel
Save