mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
got it wrong - apparently no need to fix json slashes
This commit is contained in:
parent
1eb177235b
commit
20d1de4ced
4 changed files with 5 additions and 4 deletions
|
@ -44,7 +44,7 @@ function qsearch_init(&$a) {
|
|||
$results[] = array( (int) $rr['id'], 0, $rr['name'],$rr['url'],$rr['photo']);
|
||||
}
|
||||
|
||||
echo str_replace('\\/','/',json_encode((object) $results));
|
||||
echo json_encode((object) $results);
|
||||
killme();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue