Skip to content

Commit

Permalink
Fix #494
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Sep 12, 2024
1 parent 67632c9 commit 9dcbd7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/records/ContactMailingListRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public static function find(): ActiveQuery
->innerJoin(Table::ELEMENTS . ' contactElement', '[[contactElement.id]] = [[contactId]]')
->innerJoin(Table::ELEMENTS . ' mailingListElement', '[[mailingListElement.id]] = [[mailingListId]]')
->where([
'contactElement.draftId' => null,
'contactElement.dateDeleted' => null,
'mailingListElement.dateDeleted' => null,
]);
Expand Down

0 comments on commit 9dcbd7b

Please sign in to comment.