From 87d860c967f846e1a9744f965b5bd1f1bd540c2e Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 8 Jan 2015 14:47:49 -0500 Subject: [PATCH] Fix scope error --- CRM/Mailing/Form/Schedule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Mailing/Form/Schedule.php b/CRM/Mailing/Form/Schedule.php index a09e2b09ce..17810869f4 100644 --- a/CRM/Mailing/Form/Schedule.php +++ b/CRM/Mailing/Form/Schedule.php @@ -229,7 +229,7 @@ class CRM_Mailing_Form_Schedule extends CRM_Core_Form { } $urlParams = "force=1&reset=1&ssID={$ssID}&context={$context}"; - $qfKey = CRM_Utils_Request::retrieve('qfKey', 'String', $this); + $qfKey = CRM_Utils_Request::retrieve('qfKey', 'String', $self); if (CRM_Utils_Rule::qfKey($qfKey)) { $urlParams .= "&qfKey=$qfKey"; } -- 2.25.1