DataObjects/Core_domain.php
[Pman.Core] / UpdateDatabase.php
index a14bc5f..9176712 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();