Compare commits

...

2 Commits

Author SHA1 Message Date
osaajani c999318460 fix preview conditional group 2023-03-01 12:58:31 +01:00
osaajani e0c49ea055 fix preview conditional group 2023-03-01 12:58:07 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v3.6.0
v3.6.1

View File

@ -218,7 +218,7 @@ namespace controllers\publics;
}
$return['success'] = true;
$return['result'] = $contacts;
$return['result'] = array_values($contacts);
echo json_encode($return);
return true;