rework autocomplete: some polishing

This commit is contained in:
rabuzarus
2016-04-14 17:05:19 +02:00
committed by Roland Haeder
parent 535f382c4e
commit db581c08d0
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");