UpdateDatabase.php
authorjohn <john@roojs.com>
Thu, 28 Dec 2017 07:13:14 +0000 (15:13 +0800)
committerjohn <john@roojs.com>
Thu, 28 Dec 2017 07:13:14 +0000 (15:13 +0800)
UpdateDatabase.php

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