Index: trunk/extensions/Translate/TranslateEditAddons.php |
— | — | @@ -339,7 +339,7 @@ |
340 | 340 | MessageGroupStats::clear( $handle ); |
341 | 341 | |
342 | 342 | if ( $fuzzy === false ) { |
343 | | - wfRunHooks( 'Translate:newTranslation', array( $handle, $revision, $text, $user ) ); |
| 343 | + wfRunHooks( 'Translate:newTranslation', array( $handle, $rev, $text, $user ) ); |
344 | 344 | } |
345 | 345 | |
346 | 346 | return true; |