Fixed error.

This commit is contained in:
Pierre HUBERT 2018-07-20 08:53:13 +02:00
parent 620e4ac23b
commit e1c8399a74

View File

@ -106,7 +106,7 @@ class GroupsComponent {
); );
if(count($data) < 1) if(count($data) < 1)
throw new Exception("Group " + $id + " does not exists!"); throw new Exception("Group " . $id . " does not exists!");
return $data[0]["visibility"]; return $data[0]["visibility"];
} }