[Rt-commit] r5829 - rt/branches/3.4-RELEASE/lib/RT

ruz at bestpractical.com ruz at bestpractical.com
Wed Aug 30 16:12:49 EDT 2006


Author: ruz
Date: Wed Aug 30 16:12:48 2006
New Revision: 5829

Modified:
   rt/branches/3.4-RELEASE/lib/RT/I18N.pm

Log:
* typo

Modified: rt/branches/3.4-RELEASE/lib/RT/I18N.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/I18N.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/I18N.pm	Wed Aug 30 16:12:48 2006
@@ -294,7 +294,7 @@
 
     # add everything that hasn't matched to the end of the latest
     # string in array this happen when we have 'key="=?encoded?="; key="plain"'
-    @_[-1] .= substr($str, pos $str);
+    $_[-1] .= substr($str, pos $str);
 
     $str = "";
     while (@_) {


More information about the Rt-commit mailing list