[Rt-commit] r9839 - rt/branches/3.7-RTIR-RELENG/lib/RT/Interface/Web
ruz at bestpractical.com
ruz at bestpractical.com
Fri Dec 7 10:02:00 EST 2007
Author: ruz
Date: Fri Dec 7 10:02:00 2007
New Revision: 9839
Modified:
rt/branches/3.7-RTIR-RELENG/lib/RT/Interface/Web/Handler.pm
Log:
* flush key selector
Modified: rt/branches/3.7-RTIR-RELENG/lib/RT/Interface/Web/Handler.pm
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/lib/RT/Interface/Web/Handler.pm (original)
+++ rt/branches/3.7-RTIR-RELENG/lib/RT/Interface/Web/Handler.pm Fri Dec 7 10:02:00 2007
@@ -212,6 +212,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