projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
571d2d3
)
Fix typo
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 20 Nov 2008 21:18:24 +0000
(14:18 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 20 Nov 2008 21:18:24 +0000
(14:18 -0700)
imp/lib/Crypt/pgp.php
patch
|
blob
|
history
diff --git
a/imp/lib/Crypt/pgp.php
b/imp/lib/Crypt/pgp.php
index
0676361
..
ae7ffeb
100644
(file)
--- a/
imp/lib/Crypt/pgp.php
+++ b/
imp/lib/Crypt/pgp.php
@@
-454,7
+454,7
@@
class IMP_Horde_Crypt_pgp extends Horde_Crypt_pgp
*
* @return string The URL for saving public keys.
*/
- public function savePublicKeyURL($mailbox, $uid, $id)
;
+ public function savePublicKeyURL($mailbox, $uid, $id)
{
return $this->getJSOpenWinCode('save_attachment_public_key', false, array('mailbox' => $mailbox, 'uid' => $uid, 'mime_id' => $id));
}