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:
3454c8e
)
CRM-18421: Fix getContactMailings() notice
author
JKingsnorth
<john@johnkingsnorth.co.uk>
Fri, 15 Apr 2016 12:46:42 +0000
(13:46 +0100)
committer
JKingsnorth
<john@johnkingsnorth.co.uk>
Fri, 15 Apr 2016 12:46:42 +0000
(13:46 +0100)
CRM/Mailing/Page/AJAX.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Mailing/Page/AJAX.php
b/CRM/Mailing/Page/AJAX.php
index 3ef15548b5e1afad496cb632f321ef914372129c..72341aca53ed1e05e3dc9345591aed5f7363a523 100644
(file)
--- a/
CRM/Mailing/Page/AJAX.php
+++ b/
CRM/Mailing/Page/AJAX.php
@@
-82,7
+82,6
@@
class CRM_Mailing_Page_AJAX {
$params['rp'] = $rowCount;
$params['contact_id'] = $contactID;
- $params['context'] = $context;
// get the contact mailings
$mailings = CRM_Mailing_BAO_Mailing::getContactMailingSelector($params);