diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-06 11:09:13 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-06 11:09:13 +0000 |
| commit | affcbec0aace070e599801f4989ff6aa14bea750 (patch) | |
| tree | 51b12850f6d7e4ec030f99a5392825f3dab43c32 /plugins/enigma/lib/enigma_driver_gnupg.php | |
| parent | c51e7331e9b1417a991c35096945c943ab2fecb8 (diff) | |
- typo
git-svn-id: https://svn.roundcube.net/trunk@3940 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/enigma/lib/enigma_driver_gnupg.php')
| -rw-r--r-- | plugins/enigma/lib/enigma_driver_gnupg.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/enigma/lib/enigma_driver_gnupg.php b/plugins/enigma/lib/enigma_driver_gnupg.php index bd6addc7b..5aa32217e 100644 --- a/plugins/enigma/lib/enigma_driver_gnupg.php +++ b/plugins/enigma/lib/enigma_driver_gnupg.php @@ -221,7 +221,7 @@ class enigma_driver_gnupg extends enigma_driver } else if ($e instanceof Crypt_GPG_BadPassphraseException) { $error = enigma_error::E_BADPASS; - $data['bad'] = $e->getBasPassphrases(); + $data['bad'] = $e->getBadPassphrases(); $data['missing'] = $e->getMissingPassphrases(); } else if ($e instanceof Crypt_GPG_NoDataException) |
