From: Michael M Slusarz Date: Thu, 20 Nov 2008 21:18:24 +0000 (-0700) Subject: Fix typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3b43e6bb686d444f1e886da3352de5ac8b78763e;p=horde.git Fix typo --- diff --git a/imp/lib/Crypt/pgp.php b/imp/lib/Crypt/pgp.php index 067636153..ae7ffeb5c 100644 --- 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)); }