Fix social group doesnt show in group list when adding an image

ofaj
José Loguercio 10 years ago
parent b15461d1d0
commit 46bbf2e420
  1. 3
      main/inc/lib/usergroup.lib.php

@ -971,7 +971,8 @@ class UserGroup extends Model
if ($picture) {
$params = array(
'id' => $id,
'picture' => $picture
'picture' => $picture,
'group_type' => $params['group_type']
);
$this->update($params);
}

Loading…
Cancel
Save