rework autocomplete: some polishing

This commit is contained in:
rabuzarus 2016-04-14 17:05:19 +02:00
parent 01b02dbcaa
commit ce1faf17d1
5 changed files with 12 additions and 8 deletions

View file

@ -1294,7 +1294,7 @@ function short_link($url) {
* and adds an application/json HTTP header to the output.
* After finishing the process is getting killed.
*
* @param array $x
* @param array $x The input content
*/
function json_return_and_die($x) {
header("content-type: application/json");