Skip to content

Commit

Permalink
Merge pull request #29 from diglin/master
Browse files Browse the repository at this point in the history
Fix an issue on EE 1.14.x - protected property _keyVersion of the ext…
Schrank committed Mar 7, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents b54955d + 6473354 commit ec42341
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/code/community/Ikonoshirt/Pbkdf2/Model/Stub/EE.php
Original file line number Diff line number Diff line change
@@ -35,6 +35,8 @@ class Ikonoshirt_Pbkdf2_Model_Stub_EE extends Enterprise_Pci_Model_Encryption

public function __construct()
{
parent::__construct();

$this->_realHashModel = Mage::getModel(
'ikonoshirt_pbkdf2/encryption', array($this)
);

0 comments on commit ec42341

Please sign in to comment.