JsonToExcel.php
[Pman.Core] / JsonToExcel.php
index 8539973..9a76fe3 100644 (file)
@@ -37,7 +37,7 @@ class Pman_Core_JsonToExcel extends Pman
         $ml = (int) ini_get('suhosin.post.max_value_length');
         if (empty($_POST['_json'])) {
             header("HTTP/1.0 400 Internal Server Error");
-            die(  $ml ? "Suhosin Patch enabled - try and disable it!!!" : 'no XML sent');
+            die(  $ml ? "Suhosin Patch enabled - try and disable it!!!" : 'no JSON sent');
         }
         
         if (empty($_POST['xml'])) {