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

index 569f300..c17a9d9 100644 (file)
@@ -848,6 +848,9 @@ class Pman_Core_UpdateDatabase extends Pman
             //}
             
             if (!empty($data['in_group'])) {
+                
+                print_r($data['in_group']);exit;
+                
                 $gp = DB_DataObject::Factory('core_group')->lookup('name',$data['to_group']);
                 
                 if (empty($gp->id)) {