From cb542d3e6818ec6ff4aac6b9f28d99f6a6c46d9b Mon Sep 17 00:00:00 2001 From: Vince Wooll Date: Fri, 2 Feb 2024 20:05:28 +0200 Subject: [PATCH] . --- libraries/jomres/classes/jomres_gdpr_optin_consent.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/jomres/classes/jomres_gdpr_optin_consent.class.php b/libraries/jomres/classes/jomres_gdpr_optin_consent.class.php index 6f08a9ca9d..95c7d2a4ed 100644 --- a/libraries/jomres/classes/jomres_gdpr_optin_consent.class.php +++ b/libraries/jomres/classes/jomres_gdpr_optin_consent.class.php @@ -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(); }