Skip to content

Commit 3ab339b

Browse files
committed
Fix property assignment in Mcrypt adapter
1 parent 93206e0 commit 3ab339b

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Encryption/Adapter

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Encryption/Adapter/Mcrypt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function __construct(
6868
)
6969
);
7070
}
71-
$this->_initVector = $initVector;
71+
$this->initVector = $initVector;
7272
} catch (\Exception $e) {
7373
// @codingStandardIgnoreLine
7474
@mcrypt_module_close($this->handle);

0 commit comments

Comments
 (0)