UpdateDatabase.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 05:57:59 +0000 (13:57 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 05:57:59 +0000 (13:57 +0800)
UpdateDatabase.php

index a14bc5f..0387efa 100644 (file)
@@ -135,11 +135,11 @@ class Pman_Core_UpdateDatabase extends Pman
    
         $ff = HTML_FlexyFramework::get();
         
-        if(!empty($ff->Core_Notify)){
-            require_once 'Pman/Core/NotifySmtpCheck.php';
-            $x = new Pman_Core_NotifySmtpCheck();
-            $x->check();
-        }
+//        if(!empty($ff->Core_Notify)){
+//            require_once 'Pman/Core/NotifySmtpCheck.php';
+//            $x = new Pman_Core_NotifySmtpCheck();
+//            $x->check();
+//        }
         
         $this->disabled = explode(',', $ff->disable);