UpdateDatabase.php
authorjohn <john@roojs.com>
Wed, 24 Jan 2018 02:44:41 +0000 (10:44 +0800)
committerjohn <john@roojs.com>
Wed, 24 Jan 2018 02:44:41 +0000 (10:44 +0800)
UpdateDatabase.php

index fefdcd4..7a879df 100644 (file)
@@ -817,7 +817,7 @@ class Pman_Core_UpdateDatabase extends Pman
     
     function initEmails($templateDir, $emails)
     {
-      
+        print_r($emails);exit;
         $pg = HTML_FlexyFramework::get()->page;
         foreach($emails as $name=>$data) {
             $cm = DB_DataObject::factory('core_email');