mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +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['success'] = true;
|
||||||
$return['result'] = $contacts;
|
$return['result'] = array_values($contacts);
|
||||||
echo json_encode($return);
|
echo json_encode($return);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue