UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Wed, 14 Mar 2018 09:54:01 +0000 (17:54 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 14 Mar 2018 09:54:01 +0000 (17:54 +0800)
UpdateDatabase.php

index 6aed4de..e38796f 100644 (file)
@@ -838,7 +838,7 @@ class Pman_Core_UpdateDatabase extends Pman
                     $this->jerr("bcc_group {$data['bcc_group']} does not have any members");
                 }
                 
-                $cm->bcc_group = $g->id;
+                $cm->bcc_group_id = $g->id;
             }
             // initEmails will always have the latest location of the test class - in theory the user should not be changign the value of this...
             //if (empty($cm->test_class)) {