Fix api get group by id bug with or withouth url encode separator

This commit is contained in:
Calvo 2021-09-17 13:51:47 +02:00
parent 796f083730
commit 698ddd47df
1 changed files with 1 additions and 1 deletions

View File

@ -16733,7 +16733,7 @@ function api_get_group_id_by_name($thrash1, $thrash2, $other, $thrash3)
return;
}
if (is_array($other) === true) {
if (is_array($other['data']) === true) {
$group_id = $other['data'][0];
} else {
$group_id = $other['data'];