Index: trunk/extensions/Translate/tag/TPSection.php |
— | — | @@ -42,7 +42,7 @@ |
43 | 43 | preg_match_all( $re, $this->text, $matches, PREG_SET_ORDER ); |
44 | 44 | $vars = array(); |
45 | 45 | foreach( $matches as $m ) { |
46 | | - $vars[$m[1]] = $m[2]; |
| 46 | + $vars['$'.$m[1]] = $m[2]; |
47 | 47 | } |
48 | 48 | return $vars; |
49 | 49 | } |