Author: rande
Date: 2010-03-10 01:25:10 +0100 (Wed, 10 Mar 2010)
New Revision: 28448
Modified:
plugins/mgI18nPlugin/branches/sf1.2/lib/mgI18N.class.php
Log:
[mgI18nPlugin] fix learning mode insert when debug is true
Modified: plugins/mgI18nPlugin/branches/sf1.2/lib/mgI18N.class.php
===================================================================
--- plugins/mgI18nPlugin/branches/sf1.2/lib/mgI18N.class.php 2010-03-10
00:24:12 UTC (rev 28447)
+++ plugins/mgI18nPlugin/branches/sf1.2/lib/mgI18N.class.php 2010-03-10
00:25:10 UTC (rev 28448)
@@ -85,7 +85,7 @@
}
// end code from I18nHelper.php file
- $pseudo_string = strtr($string, $args);
+ $pseudo_string = strtr($pseudo_string, $args);
$value = array(
'source' => $string,
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.