Fix scope error
authorColeman Watts <coleman@civicrm.org>
Thu, 8 Jan 2015 19:47:49 +0000 (14:47 -0500)
committerColeman Watts <coleman@civicrm.org>
Thu, 8 Jan 2015 19:47:49 +0000 (14:47 -0500)
CRM/Mailing/Form/Schedule.php

index a09e2b09ce1f558d9c60986a0f656d2d954c1762..17810869f4651b666b07a86e6ecfc7e04f619483 100644 (file)
@@ -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";
         }