Index: trunk/extensions/Translate/utils/TranslationHelpers.php |
— | — | @@ -824,10 +824,10 @@ |
825 | 825 | if ( $ffs instanceof GettextFFS ) { |
826 | 826 | global $wgContLang; |
827 | 827 | $mykey = $wgContLang->lcfirst( $this->handle->getKey() ); |
828 | | - $data = $ffs->read( $this->group->getSourceLanguage() ); |
| 828 | + $data = $ffs->read( $group->getSourceLanguage() ); |
829 | 829 | $help = $data['TEMPLATE'][$mykey]['comments']; |
830 | 830 | // Do not display an empty comment. That's no help and takes up unnecessary space. |
831 | | - $conf = $this->group->getConfiguration(); |
| 831 | + $conf = $group->getConfiguration(); |
832 | 832 | if ( isset( $conf['BASIC']['codeBrowser'] ) ) { |
833 | 833 | $out = ''; |
834 | 834 | $pattern = $conf['BASIC']['codeBrowser']; |