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

ruz at bestpractical.com ruz at bestpractical.com
Sun Sep 3 20:42:41 EDT 2006


Author: ruz
Date: Sun Sep  3 20:42:41 2006
New Revision: 5845

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Shredder/Plugin/Tickets.pm

Log:
 r3685 at cubic-pc:  cubic | 2006-09-03 23:48:33 +0400
 * typo


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Shredder/Plugin/Tickets.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Shredder/Plugin/Tickets.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Shredder/Plugin/Tickets.pm	Sun Sep  3 20:42:41 2006
@@ -36,7 +36,7 @@
     if( $args{'query'} ) {
         my $objs = RT::Tickets->new( $RT::SystemUser );
         $objs->{'allow_deleted_search'} = 1;
-        my ($status, $msg) = $queue->FromSQL( $args{'query'} );
+        my ($status, $msg) = $objs->FromSQL( $args{'query'} );
         return( 0, "Bad query argument, error: $msg" ) unless $status;
         $args{'query'} = $objs;
     }


More information about the Rt-commit mailing list