Skip to content

Commit

Permalink
Fix an issue on EE 1.14.x - protected property _keyVersion of the ext…
Browse files Browse the repository at this point in the history
…ended class Enterprise_Pci_Model_Encryption is not defined and provide error message
  • Loading branch information
sylvainraye committed Dec 16, 2015
1 parent 2a575d6 commit 6473354
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
Expand Up @@ -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)
);
Expand Down

0 comments on commit 6473354

Please sign in to comment.