Fix typo
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 20 Nov 2008 21:18:24 +0000 (14:18 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 20 Nov 2008 21:18:24 +0000 (14:18 -0700)
imp/lib/Crypt/pgp.php

index 0676361..ae7ffeb 100644 (file)
@@ -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));
     }