projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08bc570
)
Fix scope error
author
Coleman Watts
<coleman@civicrm.org>
Thu, 8 Jan 2015 19:47:49 +0000
(14:47 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Thu, 8 Jan 2015 19:47:49 +0000
(14:47 -0500)
CRM/Mailing/Form/Schedule.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Mailing/Form/Schedule.php
b/CRM/Mailing/Form/Schedule.php
index a09e2b09ce1f558d9c60986a0f656d2d954c1762..17810869f4651b666b07a86e6ecfc7e04f619483 100644
(file)
--- 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";
}