From 1ace193f88241dd5ae7ae602a9d301ee60bd659a Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 8 Jun 2009 12:39:22 -0600 Subject: [PATCH] Hide irrelevant warning messages from gnupg --- framework/Crypt/lib/Horde/Crypt/Pgp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Crypt/lib/Horde/Crypt/Pgp.php b/framework/Crypt/lib/Horde/Crypt/Pgp.php index add5b8b67..db13e3aba 100644 --- a/framework/Crypt/lib/Horde/Crypt/Pgp.php +++ b/framework/Crypt/lib/Horde/Crypt/Pgp.php @@ -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); } -- 2.11.0