[rt-commit] [svn] r677 - rt/branches/rt-3.1/lib/RT

jesse at fsck.com jesse at fsck.com
Tue Apr 6 22:44:18 EDT 2004


Author: jesse
Date: Tue Apr  6 22:44:18 2004
New Revision: 677

Modified:
   rt/branches/rt-3.1/lib/RT/Record.pm
Log:
loc_fuzzy is in RT::CurrentUser, not RT::Record



Modified: rt/branches/rt-3.1/lib/RT/Record.pm
==============================================================================
--- rt/branches/rt-3.1/lib/RT/Record.pm	(original)
+++ rt/branches/rt-3.1/lib/RT/Record.pm	Tue Apr  6 22:44:18 2004
@@ -733,7 +733,7 @@
               my $method = "Set$attribute";
               my ( $code, $msg ) = $self->$method($value);
 
-              push @results, $self->loc("Ticket [_1]", $self->id) . ': ' . $self->loc($attribute) . ': ' . $self->loc_fuzzy($msg);
+              push @results, $self->loc("Ticket [_1]", $self->id) . ': ' . $self->loc($attribute) . ': ' . $self->CurrentUser->loc_fuzzy($msg);
 =for loc
                                    "[_1] could not be set to [_2].",       # loc
                                    "That is already the current value",    # loc



More information about the Rt-commit mailing list