From 61174142227287c697b6d62e2ac558afc0b42464 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 24 Jul 2015 17:59:31 +0800 Subject: [PATCH] EventView.php --- EventView.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/EventView.php b/EventView.php index b83e161..c8b6ad3 100644 --- a/EventView.php +++ b/EventView.php @@ -82,7 +82,9 @@ class Pman_Admin_EventView extends Pman $json = json_decode($ev->remarks); - + if(json_last_error() == JSON_ERROR_NONE){ + + } $filesJ = json_decode(file_get_contents($file)); echo '
Download files
'; -- 2.39.2