Pman.php
authorAlan Knowles <alan@roojs.com>
Wed, 26 Aug 2015 03:03:44 +0000 (11:03 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 26 Aug 2015 03:03:44 +0000 (11:03 +0800)
Pman.php

index 69e3c83..c887f7c 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -17,6 +17,8 @@ class Pman_Core_Pman {
         
         $group = DB_DataObject::factory('groups');
         
+        // group should be auto created - by update-database...
+        
         if(!$group->get('name', 'core-person-signup-bcc')){
             die("group core-person-signup-bcc does not exist : add ?_core_skip_check=1 to bypass this check");
         }