From: Alan Knowles Date: Mon, 21 Jan 2013 04:10:34 +0000 (+0800) Subject: JsonToExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f716cb069852c2316323aad69b23a27ca85cafaf JsonToExcel.php --- diff --git a/JsonToExcel.php b/JsonToExcel.php index 9a76fe36..3a6a523e 100644 --- a/JsonToExcel.php +++ b/JsonToExcel.php @@ -40,9 +40,9 @@ class Pman_Core_JsonToExcel extends Pman die( $ml ? "Suhosin Patch enabled - try and disable it!!!" : 'no JSON sent'); } - if (empty($_POST['xml'])) { + if (empty($_POST['_json'])) { header("HTTP/1.0 400 Internal Server Error"); - die("Missing XML attribute"); + die("Missing json attribute"); } $xml = $_POST['xml'];