Import/Core_notify.php
authorEdward <edward@roojs.com>
Wed, 11 Feb 2015 08:01:44 +0000 (16:01 +0800)
committerEdward <edward@roojs.com>
Wed, 11 Feb 2015 08:01:44 +0000 (16:01 +0800)
Import/Core_notify.php

index 5c7a91a..4daa05d 100644 (file)
@@ -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)) ;
         }