[Rt-commit] r5827 - rt/branches/CHALDEA-EXPERIMENTAL/lib/RT

ruz at bestpractical.com ruz at bestpractical.com
Wed Aug 30 16:11:31 EDT 2006


Author: ruz
Date: Wed Aug 30 16:11:30 2006
New Revision: 5827

Modified:
   rt/branches/CHALDEA-EXPERIMENTAL/lib/RT/I18N.pm

Log:
* typo fix

Modified: rt/branches/CHALDEA-EXPERIMENTAL/lib/RT/I18N.pm
==============================================================================
--- rt/branches/CHALDEA-EXPERIMENTAL/lib/RT/I18N.pm	(original)
+++ rt/branches/CHALDEA-EXPERIMENTAL/lib/RT/I18N.pm	Wed Aug 30 16:11:30 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