UpdateDatabase.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 03:12:30 +0000 (11:12 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 03:12:30 +0000 (11:12 +0800)
UpdateDatabase.php

index 2d3383a..80eeb10 100644 (file)
@@ -131,12 +131,12 @@ class Pman_Core_UpdateDatabase extends Pman
     {
         PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError'));
    
-        $this->checkSystem();
+//        $this->checkSystem();
    
         $ff = HTML_FlexyFramework::get();
         
         if(!empty($ff->Core_Notify)){
-            
+            $x = new Pman_Core_NotifySmtpCheck();
         }
         
         EXIT;