Can change group visibility.

This commit is contained in:
Pierre HUBERT
2018-07-04 16:49:28 +02:00
parent 44181ee5c7
commit e8d8fffbd1
3 changed files with 11 additions and 1 deletions

View File

@ -336,6 +336,9 @@ class GroupsComponent {
if($settings->has_logo())
$data["path_logo"] = $settings->get_logo();
if($settings->has_visibility())
$data["visibility"] = $settings->get_visibility();
return $data;
}
}