Skip to content

Commit

Permalink
Fix BC break
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 21, 2015
1 parent ed73f13 commit f2a32b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/Mime/lib/Horde/Mime/Headers.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,9 @@ public function toString(array $opts = array())
*
* @param string $header The header name.
* @param string $value The header value (UTF-8).
* @param array $opts DEPRECATED
*/
public function addHeader($header, $value)
public function addHeader($header, $value, array $opts = array())
{
/* Existing header? Add to that object. */
$header = trim($header);
Expand Down

0 comments on commit f2a32b1

Please sign in to comment.