mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-12 11:16:25 +02:00
Compare commits
No commits in common. "c9993184600894d882bc6691a5817f6dbbc129c5" and "eba0b83b873888c1573147c58964fe25d9d61214" have entirely different histories.
c999318460
...
eba0b83b87
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v3.6.1
|
v3.6.0
|
||||||
|
|
|
@ -218,7 +218,7 @@ namespace controllers\publics;
|
||||||
}
|
}
|
||||||
|
|
||||||
$return['success'] = true;
|
$return['success'] = true;
|
||||||
$return['result'] = array_values($contacts);
|
$return['result'] = $contacts;
|
||||||
echo json_encode($return);
|
echo json_encode($return);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue