[Rt-commit] r8746 - in rt/branches/3.7-EXPERIMENTAL-TUNIS: .
sartak at bestpractical.com
sartak at bestpractical.com
Mon Aug 27 12:31:00 EDT 2007
Author: sartak
Date: Mon Aug 27 12:31:00 2007
New Revision: 8746
Modified:
rt/branches/3.7-EXPERIMENTAL-TUNIS/ (props changed)
rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Elements/RT__Ticket/ColumnMap
Log:
r37459 at onn: sartak | 2007-08-27 12:30:50 -0400
Whoops, fill in missing check for "do we have GPG support"
Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Elements/RT__Ticket/ColumnMap
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Elements/RT__Ticket/ColumnMap (original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Elements/RT__Ticket/ColumnMap Mon Aug 27 12:31:00 2007
@@ -304,7 +304,7 @@
# if no GPG support, then OwnerNameKey and RequestorsKey fall back to the regular
# versions
-if ("GPG support") {
+if (RT->Config->Get('GnuPG')->{'Enable'}) {
require RT::Crypt::GnuPG;
}
else {
More information about the Rt-commit
mailing list