Index: trunk/extensions/Translate/ffs/Gettext.php |
— | — | @@ -118,6 +118,7 @@ |
119 | 119 | $useCtxtAsKey, |
120 | 120 | $pluralCount, |
121 | 121 | $mangler, |
| 122 | + $potmode, |
122 | 123 | $messages, |
123 | 124 | $template, |
124 | 125 | $metadata, |
— | — | @@ -133,7 +134,7 @@ |
134 | 135 | ); |
135 | 136 | } |
136 | 137 | |
137 | | - public static function parseGettextSection( $section, $useCtxtAsKey, $pluralCount, $mangler, &$messages, &$template, &$metadata, &$headers ) { |
| 138 | + public static function parseGettextSection( $section, $useCtxtAsKey, $pluralCount, $mangler, $potmode, &$messages, &$template, &$metadata, &$headers ) { |
138 | 139 | if ( trim( $section ) === '' ) { |
139 | 140 | return false; |
140 | 141 | } |