[Rt-commit] r7694 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Wed Apr 25 09:50:21 EDT 2007


Author: ruz
Date: Wed Apr 25 09:50:07 2007
New Revision: 7694

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm

Log:
 r5137 at cubic-pc:  cubic | 2007-04-25 14:49:29 +0400
 * fix things after refactoring


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm	Wed Apr 25 09:50:07 2007
@@ -311,6 +311,9 @@
 }
 
 sub SignEncryptInline {
+    my %args = ( @_ );
+
+    my $entity = $args{'Entity'};
 
     my %res;
     $entity->make_singlepart;


More information about the Rt-commit mailing list