mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-01 22:06:28 +02:00
fix preview conditional group
This commit is contained in:
parent
eba0b83b87
commit
e0c49ea055
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ namespace controllers\publics;
|
|||
}
|
||||
|
||||
$return['success'] = true;
|
||||
$return['result'] = $contacts;
|
||||
$return['result'] = array_values($contacts);
|
||||
echo json_encode($return);
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue