UpdateDatabase.php
authoredward <edward@roojs.com>
Tue, 17 May 2016 09:10:36 +0000 (17:10 +0800)
committeredward <edward@roojs.com>
Tue, 17 May 2016 09:10:36 +0000 (17:10 +0800)
UpdateDatabase.php

index a42c6e5..9d604a6 100644 (file)
@@ -574,6 +574,9 @@ class Pman_Core_UpdateDatabase extends Pman
         // move 'project' one to the end...
         
         foreach ($modules as $module){
+            if(in_array($module, $this->disabled)){
+                continue;
+            }
             $file = $this->rootDir. "/Pman/$module/UpdateDatabase.php";
             if($module == 'Core' || !file_exists($file)){
                 continue;