From: Edward Date: Wed, 11 Feb 2015 08:01:44 +0000 (+0800) Subject: Import/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=94c97c4a88efb4555676f7f697e66829ab66c43c Import/Core_notify.php --- diff --git a/Import/Core_notify.php b/Import/Core_notify.php index 5c7a91a2..4daa05d3 100644 --- a/Import/Core_notify.php +++ b/Import/Core_notify.php @@ -108,6 +108,8 @@ class Pman_Core_Import_Core_notify extends Pman_Roo continue; } + $this->log("Processing $file"); + $this->defaults = array_merge($this->defaults, json_decode(file_get_contents($file), true)) ; }