Compare commits
2 Commits
eba0b83b87
...
c999318460
Author | SHA1 | Date |
---|---|---|
osaajani | c999318460 | |
osaajani | e0c49ea055 |
|
@ -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…
Reference in New Issue