[Rt-commit] r9844 - rt/branches/3.7-RTIR-RELENG/html/Ticket

ruz at bestpractical.com ruz at bestpractical.com
Fri Dec 7 15:25:05 EST 2007


Author: ruz
Date: Fri Dec  7 15:25:03 2007
New Revision: 9844

Modified:
   rt/branches/3.7-RTIR-RELENG/html/Ticket/Create.html

Log:
* set key before signing

Modified: rt/branches/3.7-RTIR-RELENG/html/Ticket/Create.html
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/html/Ticket/Create.html	(original)
+++ rt/branches/3.7-RTIR-RELENG/html/Ticket/Create.html	Fri Dec  7 15:25:03 2007
@@ -340,6 +340,9 @@
         unless ( RT::Crypt::GnuPG::DrySign( $address ) ) {
             push @cannot_sign_as, $address;
             $checks_failure = 1;
+        } else {
+            RT::Crypt::GnuPG::UseKeyForSigning( $ARGS{'SignUsing'} )
+                if $ARGS{'SignUsing'};
         }
     }
 


More information about the Rt-commit mailing list