[Rt-commit] r8802 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Tue Aug 28 14:45:59 EDT 2007
Author: ruz
Date: Tue Aug 28 14:45:59 2007
New Revision: 8802
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/html/Elements/RT__Ticket/ColumnMap
Log:
r8747 at cubic-pc (orig r8746): sartak | 2007-08-27 20:31:00 +0400
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/html/Elements/RT__Ticket/ColumnMap
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/RT__Ticket/ColumnMap (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/RT__Ticket/ColumnMap Tue Aug 28 14:45:59 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