[Rt-commit] r12016 - in rt/branches/3.8-TESTING: .

jesse at bestpractical.com jesse at bestpractical.com
Fri May 2 18:57:46 EDT 2008


Author: jesse
Date: Fri May  2 18:57:46 2008
New Revision: 12016

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/lib/RT/FauxObject.pm

Log:
 r30378 at 54:  jesse | 2008-05-02 18:55:46 -0400
 * What I really care about is that it PARSEFAILED


Modified: rt/branches/3.8-TESTING/lib/RT/FauxObject.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/FauxObject.pm	(original)
+++ rt/branches/3.8-TESTING/lib/RT/FauxObject.pm	Fri May  2 18:57:46 2008
@@ -183,7 +183,7 @@
         if !defined $msg;
 
     # prevent useless warnings
-    return (1, $self->loc("[_1] updated"), ucfirst($self->ObjectName));
+    return (1, $self->loc("[_1] updated"), ucfirst($self->ObjectName))
         if $msg =~ /That is already the current value/;
 
     return ($status, $self->loc("[_1] update: [_2]", ucfirst($self->ObjectName), $msg));


More information about the Rt-commit mailing list