From 740bf3e59d2f7c92d4806599a6916d80c512e18b Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 24 Jul 2015 17:58:10 +0800 Subject: [PATCH] EventView.php --- EventView.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EventView.php b/EventView.php index af83a13..a194e7f 100644 --- a/EventView.php +++ b/EventView.php @@ -20,9 +20,9 @@ class Pman_Admin_EventView extends Pman function get($id) { -// $test = json_decode('{a}'); -// -// print_R(JSON_ERROR_NONE);exit; + $test = json_decode('{"action":"test"}'); + + print_R(JSON_ERROR_NONE);exit; $ev = DB_DataObject::Factory('Events'); if (!$ev->get((int)$id)) { -- 2.39.2