Hide irrelevant warning messages from gnupg
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 8 Jun 2009 18:39:22 +0000 (12:39 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 8 Jun 2009 18:39:22 +0000 (12:39 -0600)
framework/Crypt/lib/Horde/Crypt/Pgp.php

index add5b8b..db13e3a 100644 (file)
@@ -1314,7 +1314,7 @@ class Horde_Crypt_Pgp extends Horde_Crypt
 
         /* Verify the signature.  We need to catch standard error output,
          * since this is where the signature information is sent. */
-        $result = $this->_callGpg($cmdline, 'r', null, true, true, true);
+        $result = $this->_callGpg($cmdline, 'r', null, true, true);
         return $this->_checkSignatureResult($result->stderr, $result->stderr);
     }