UpdateDatabase.php
authorjohn <john@roojs.com>
Wed, 24 Jan 2018 02:47:22 +0000 (10:47 +0800)
committerjohn <john@roojs.com>
Wed, 24 Jan 2018 02:47:22 +0000 (10:47 +0800)
UpdateDatabase.php

index bbc420c..8258119 100644 (file)
@@ -851,7 +851,7 @@ class Pman_Core_UpdateDatabase extends Pman
                 $gp = DB_DataObject::Factory('core_group')->lookup('name',$data['to_group']);
                 
                 if (empty($gp->id)) {
-                    $this->jerr("to_group {$data['to_group']} does not exist when importing template $name");
+                    $this->jerr("in_group {$data['to_group']} does not exist when importing template $name");
                 }
                 
                 $cm->in_group = $gp->id;