Committer: ailyin
LJSUP-9908 (LJ SHOP 2011 update)U trunk/cgi-bin/LJ/Response/JSON.pm
Modified: trunk/cgi-bin/LJ/Response/JSON.pm =================================================================== --- trunk/cgi-bin/LJ/Response/JSON.pm 2011-10-26 12:43:45 UTC (rev 11119) +++ trunk/cgi-bin/LJ/Response/JSON.pm 2011-10-26 12:51:54 UTC (rev 11120) @@ -15,7 +15,7 @@ LJ::Request->content_type('application/json; charset=utf-8'); LJ::Request->send_cookies; LJ::Request->send_http_header(); - LJ::Request->print($final_output); + LJ::Request->print($output); } 1;