cividesk / com.cividesk.email.sparkpost

This extension allows CiviCRM to send emails and process bounces through the SparkPost service.
10 stars 30 forks source link

Typo in Exception call #89

Closed martinh-pw closed 4 years ago

martinh-pw commented 4 years ago

Syntax error for string concat when generating an exception. Previously would give:

Error: Wrong parameters for Exception([string $message [, long $code [, Throwable $previous = NULL]]]) in Exception->__construct() (line 113 of /home/myuser/public_html/sites/all/extensions/com.cividesk.email.sparkpost/CRM/Sparkpost.php).
nganivet commented 4 years ago

Merged, thanks.