Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.0
-
Fix Version/s: 4.2.1
-
Component/s: Core CiviCRM
-
Labels:None
Description
The attached patch fixes this PHP notice.
The notice is triggered every time the standard civimail cron jobs are run, so it is a nuisance.
I was conservative in trying to mimic the existing behavior, hence the conditional setting of
$this->_params[$key] = NULL
when $value is not set.