mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Fixed: Declaration of EGroupware\Api\Mail\Smime::extractSignedContents($data) should be compatible with Horde_Crypt_Smime::extractSignedContents($data, $sslpath = NULL)
This commit is contained in:
parent
612a991c85
commit
55c9487517
@ -216,7 +216,7 @@ class Smime extends Horde_Crypt_Smime
|
||||
*
|
||||
* @return Horde_Mime_Part returns content of signed message as mime part object
|
||||
*/
|
||||
public function extractSignedContents($data)
|
||||
public function extractSignedContents($data, $sslpath = null)
|
||||
{
|
||||
return Horde_Mime_Part::parseMessage(parent::extractSignedContents($data), array('forcemime' => true));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user