From 94c97c4a88efb4555676f7f697e66829ab66c43c Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 11 Feb 2015 16:01:44 +0800 Subject: [PATCH] Import/Core_notify.php --- Import/Core_notify.php | 2 ++ 1 file changed, 2 insertions(+) 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)) ; } -- 2.39.2