Index: trunk/extensions/Translate/tag/RenderJob.php |
— | — | @@ -62,8 +62,8 @@ |
63 | 63 | $wgUser = $user; |
64 | 64 | |
65 | 65 | // Do the edit |
66 | | - $article->doEdit( $text, $summary, $flags ); |
67 | | - SpecialPageTranslation::superDebug( __METHOD__, 'edit', $user, $title, $flags ); |
| 66 | + $status = $article->doEdit( $text, $summary, $flags ); |
| 67 | + SpecialPageTranslation::superDebug( __METHOD__, 'edit', $user, $title, $flags, $status ); |
68 | 68 | |
69 | 69 | // User hack |
70 | 70 | $wgUser = $oldUser; |