Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit c42e79d

Browse files
authored
make int
1 parent 8d36169 commit c42e79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Api/Controller/GroupUsers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function actionGet(ParameterBag $params)
4444
return $this->error(\XF::phrase('yg_invalid_group'));
4545
}
4646
$group_obj = [
47-
"user_group_id" => $group_id,
47+
"user_group_id" => $group->user_group_id,
4848
"name" => $group->title,
4949
"priority" => $group->display_style_priority
5050
];

0 commit comments

Comments
 (0)