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

index 9176712..a14bc5f 100644 (file)
@@ -131,7 +131,7 @@ class Pman_Core_UpdateDatabase extends Pman
     {
         PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError'));
    
-        $this->checkSystem();
+//        $this->checkSystem();
    
         $ff = HTML_FlexyFramework::get();