Should not throw away the version
This commit is contained in:
parent
1ecb990a02
commit
04b89decd1
@ -1784,6 +1784,7 @@ class OpenPGP_IntegrityProtectedDataPacket extends OpenPGP_EncryptedDataPacket {
|
||||
public $version;
|
||||
|
||||
function __construct($data='', $version=1) {
|
||||
$this->version = $version;
|
||||
$this->data = $data;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user