EventView.php
authorEdward <edward@roojs.com>
Fri, 24 Jul 2015 10:01:39 +0000 (18:01 +0800)
committerEdward <edward@roojs.com>
Fri, 24 Jul 2015 10:01:39 +0000 (18:01 +0800)
EventView.php

index eb4cec6..f685909 100644 (file)
@@ -84,7 +84,7 @@ class Pman_Admin_EventView extends Pman
         
         if(json_last_error() == JSON_ERROR_NONE){
             echo "<HR><H2>JSON DECODE Data:</H2>";
-            echo '<PRE>' . print_r($json) . '</PRE>';
+            echo '<PRE>' . print_r($json, true) . '</PRE>';
         }
         
         $filesJ = json_decode(file_get_contents($file));