Should not throw away the version

This commit is contained in:
Stephen Paul Weber 2013-02-24 18:10:57 -05:00
parent 1ecb990a02
commit 04b89decd1
1 changed files with 1 additions and 0 deletions

View File

@ -1784,6 +1784,7 @@ class OpenPGP_IntegrityProtectedDataPacket extends OpenPGP_EncryptedDataPacket {
public $version;
function __construct($data='', $version=1) {
$this->version = $version;
$this->data = $data;
}