From: Edward Date: Thu, 8 May 2014 10:14:18 +0000 (+0800) Subject: DataObjects/Events.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=01014d07e89d78c11b0535c284390fc6ae3297a8;p=Pman.Core DataObjects/Events.php --- diff --git a/DataObjects/Events.php b/DataObjects/Events.php index 362ca689..373df8e6 100644 --- a/DataObjects/Events.php +++ b/DataObjects/Events.php @@ -479,7 +479,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject } $source = json_decode(file_get_contents($file))->POST->source; - print_r($source);exit; + return $source; }