UpdateDatabase.php
authorEdward <edward@roojs.com>
Mon, 22 Oct 2018 08:55:13 +0000 (16:55 +0800)
committerEdward <edward@roojs.com>
Mon, 22 Oct 2018 08:55:13 +0000 (16:55 +0800)
UpdateDatabase.php

index 54b2027..5b9b6e6 100644 (file)
@@ -852,7 +852,7 @@ class Pman_Core_UpdateDatabase extends Pman
         $ctb = array();
         foreach($c->fetchAll('comptype') as $cts) {
             
-            if($cts == 'undefined'){
+            if($cts == 'undefined' || $cts == 'undefine'){
                 continue;
             }