File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ public function prepare_merge_fields_body( $merge_fields ) {
277
277
public function prepare_groups_body ( $ interest_groups ) {
278
278
// Bail if we don't have any interest groups
279
279
if ( empty ( $ interest_groups ) ) {
280
- return new StdClass ();
280
+ return new stdClass ();
281
281
}
282
282
283
283
$ groups = $ this ->set_all_groups_to_false ( $ interest_groups );
@@ -323,7 +323,7 @@ public function prepare_groups_body( $interest_groups ) {
323
323
* @return stdClass
324
324
*/
325
325
public function set_all_groups_to_false ( $ interest_groups ) {
326
- $ groups = new StdClass ();
326
+ $ groups = new stdClass ();
327
327
328
328
foreach ( $ interest_groups as $ interest_group ) {
329
329
if ( 'hidden ' !== $ interest_group ['type ' ] ) {
You can’t perform that action at this time.
0 commit comments