Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vince Wooll committed Feb 2, 2024
1 parent 8d834e1 commit cb542d3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -104,7 +104,7 @@ public function save_record()
header('Set-Cookie: jomres_gdpr_consent_form_processed='.(int)$this->optedin.'; expires=Fri, 31-Dec-9999 23:59:59 GMT');
return;
}

if (is_null($this->optin_content) || trim($this->optin_content) == '' ) {
$this->optin_content = $this->get_consent_form_content();
}
Expand Down

0 comments on commit cb542d3

Please sign in to comment.