mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-11 10:46:26 +02:00
Compare commits
2 commits
eba0b83b87
...
c999318460
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c999318460 | ||
![]() |
e0c49ea055 |
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
v3.6.0
|
||||
v3.6.1
|
||||
|
|
|
@ -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