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

index e33a28a..7c3d570 100644 (file)
@@ -859,6 +859,8 @@ class Pman_Core_UpdateDatabase extends Pman
             }
             
             if(!empty($data['active'])) {
+                
+                print_r($data['active']);exit;
                 $cm->active = $data['active'];
             }