From: Michael M Slusarz Date: Mon, 8 Jun 2009 18:39:22 +0000 (-0600) Subject: Hide irrelevant warning messages from gnupg X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1ace193f88241dd5ae7ae602a9d301ee60bd659a;p=horde.git Hide irrelevant warning messages from gnupg --- 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); }