UpdateDatabase.php
authorjohn <john@roojs.com>
Wed, 24 Jan 2018 03:29:13 +0000 (11:29 +0800)
committerjohn <john@roojs.com>
Wed, 24 Jan 2018 03:29:13 +0000 (11:29 +0800)
UpdateDatabase.php

index caafd26..79fdab6 100644 (file)
@@ -858,7 +858,7 @@ class Pman_Core_UpdateDatabase extends Pman
                 $cm->to_group = $gp->id;
             }
             
-            if(!isset($data['active'])) {
+            if(isset($data['active'])) {
                 $cm->active = $data['active'];
             }