[Rt-commit] r10078 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Mon Dec 24 18:48:12 EST 2007
Author: ruz
Date: Mon Dec 24 18:48:12 2007
New Revision: 10078
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web/Handler.pm
Log:
r9840 at cubic-pc (orig r9839): ruz | 2007-12-07 18:02:00 +0300
* flush key selector
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web/Handler.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web/Handler.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web/Handler.pm Mon Dec 24 18:48:12 2007
@@ -213,6 +213,7 @@
if (RT->Config->Get('GnuPG')->{'Enable'}) {
require RT::Crypt::GnuPG;
RT::Crypt::GnuPG::UseKeyForEncryption();
+ RT::Crypt::GnuPG::UseKeyForSigning( undef );
}
}
# }}}
More information about the Rt-commit
mailing list