Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
[#1984] Updated filter plugin manager
Browse files Browse the repository at this point in the history
- Replaced encrypt\mcrypt with encrypt\blockcipher
  • Loading branch information
weierophinney committed Jul 25, 2012
1 parent c1ec728 commit be47863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Filter/FilterPluginManager.php
Expand Up @@ -47,7 +47,7 @@ class FilterPluginManager extends AbstractPluginManager
'digits' => 'Zend\Filter\Digits',
'dir' => 'Zend\Filter\Dir',
'encrypt' => 'Zend\Filter\Encrypt',
'encryptmcrypt' => 'Zend\Filter\Encrypt\Mcrypt',
'encryptblockcipher' => 'Zend\Filter\Encrypt\BlockCipher',
'encryptopenssl' => 'Zend\Filter\Encrypt\Openssl',
'filedecrypt' => 'Zend\Filter\File\Decrypt',
'fileencrypt' => 'Zend\Filter\File\Encrypt',
Expand Down

0 comments on commit be47863

Please sign in to comment.