[Rt-commit] r5641 - in rt/branches/3.6-RELEASE: .

jesse at bestpractical.com jesse at bestpractical.com
Fri Jul 21 12:16:09 EDT 2006


Author: jesse
Date: Fri Jul 21 12:16:07 2006
New Revision: 5641

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/lib/RT/Report/Tickets.pm

Log:
 r14309 at pinglin:  jesse | 2006-07-21 09:15:58 -0700
 * Loc bug reported by doogles


Modified: rt/branches/3.6-RELEASE/lib/RT/Report/Tickets.pm
==============================================================================
--- rt/branches/3.6-RELEASE/lib/RT/Report/Tickets.pm	(original)
+++ rt/branches/3.6-RELEASE/lib/RT/Report/Tickets.pm	Fri Jul 21 12:16:07 2006
@@ -340,7 +340,7 @@
             my $token = $tokens[ ( ( log $want ) / ( log 2 ) ) ];
             push @actions,
               [
-                loc(
+                $self->loc(
 "current: $current, want $want, Error near ->$val<- expecting a "
                       . $token
                       . " in '$string'\n"


More information about the Rt-commit mailing list