From 4acb5936e4ce5e1e93d7a17bbe5e6ac5085d4795 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 22 Oct 2014 11:47:40 +1300 Subject: [PATCH] CRM-15251 4.4 class variants --- CRM/Mailing/Page/Optout.php | 1 + CRM/Mailing/Page/Unsubscribe.php | 1 + 2 files changed, 2 insertions(+) diff --git a/CRM/Mailing/Page/Optout.php b/CRM/Mailing/Page/Optout.php index 3511eb00eb..1a403440b0 100644 --- a/CRM/Mailing/Page/Optout.php +++ b/CRM/Mailing/Page/Optout.php @@ -34,6 +34,7 @@ */ class CRM_Mailing_Page_Optout extends CRM_Mailing_Page_Common { function run() { + CRM_Utils_System::addHTMLHead(''); $this->_type = 'optout'; return parent::run(); } diff --git a/CRM/Mailing/Page/Unsubscribe.php b/CRM/Mailing/Page/Unsubscribe.php index a3f6a5fe2f..7f2db4aee8 100644 --- a/CRM/Mailing/Page/Unsubscribe.php +++ b/CRM/Mailing/Page/Unsubscribe.php @@ -35,6 +35,7 @@ class CRM_Mailing_Page_Unsubscribe extends CRM_Mailing_Page_Common { function run() { + CRM_Utils_System::addHTMLHead(''); $this->_type = 'unsubscribe'; return parent::run(); } -- 2.25.1