Compare commits

..

No commits in common. "c9993184600894d882bc6691a5817f6dbbc129c5" and "eba0b83b873888c1573147c58964fe25d9d61214" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

View File

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