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

index 6153d88..e33a28a 100644 (file)
@@ -855,7 +855,7 @@ class Pman_Core_UpdateDatabase extends Pman
                     $this->jerr("to_group {$data['to_group']} does not exist when importing template $name");
                 }
                 
-                $cm->in_group = $gp->id;
+                $cm->to_group = $gp->id;
             }
             
             if(!empty($data['active'])) {