use correct mime type for json

This commit is contained in:
Friendika 2011-03-22 16:52:14 -07:00
parent e0202d82a1
commit 85e227151b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ function uexport_init(&$a) {
$output = array('user' => $user, 'contact' => $contact, 'profile' => $profile );
header("Content-type: text/json");
header("Content-type: application/json");
echo str_replace('\\/','/',json_encode($output));
$r = q("SELECT count(*) as `total` FROM `item` WHERE `uid` = %d ",