-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Richard Brinkman <[email protected]>
- Loading branch information
1 parent
6dce78e
commit 368c52f
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
* | ||
* @category HTTP | ||
* @package HTTP_Request | ||
* @author Jon Parise <[email protected]> | ||
* @author Jon Parise <[email protected]> | ||
* @author Chuck Hagenbuch <[email protected]> | ||
* @copyright 2010-2017 Chuck Hagenbuch | ||
* @license http://opensource.org/licenses/BSD-3-Clause New BSD License | ||
|
@@ -299,7 +299,7 @@ protected function send_or_fail($recipients, $headers, $body) | |
PEAR_MAIL_SMTP_ERROR_FROM); | ||
} | ||
|
||
$params = null; | ||
$params = ''; | ||
if (!empty($this->_extparams)) { | ||
foreach ($this->_extparams as $key => $val) { | ||
$params .= ' ' . $key . (is_null($val) ? '' : '=' . $val); | ||
|