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

index e33a28a..63119ec 100644 (file)
@@ -855,6 +855,8 @@ class Pman_Core_UpdateDatabase extends Pman
                     $this->jerr("to_group {$data['to_group']} does not exist when importing template $name");
                 }
                 
+                print_r($gp->id);exit;
+                
                 $cm->to_group = $gp->id;
             }