JsonToExcel.php
authorAlan Knowles <alan@roojs.com>
Mon, 21 Jan 2013 04:10:34 +0000 (12:10 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 21 Jan 2013 04:10:34 +0000 (12:10 +0800)
JsonToExcel.php

index 9a76fe3..3a6a523 100644 (file)
@@ -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'];