Index: trunk/extensions/InterwikiIntegration/InterwikiIntegration.hooks.php |
— | — | @@ -193,7 +193,7 @@ |
194 | 194 | } |
195 | 195 | |
196 | 196 | public static function InterwikiIntegrationArticleSaveComplete( &$article, &$user, $text, $summary, |
197 | | - $minoredit, &$watchthis, $sectionanchor, &$flags, $revision, &$status, $baseRevId, &$redirect ) { |
| 197 | + $minoredit, $watchthis, $sectionanchor, &$flags, $revision, &$status, $baseRevId, &$redirect ) { |
198 | 198 | global $wgDBname; |
199 | 199 | if ( !is_null ( $revision ) ) { |
200 | 200 | $mDb = wfGetDB( DB_MASTER ); |
— | — | @@ -479,4 +479,4 @@ |
480 | 480 | ) ); |
481 | 481 | return true; |
482 | 482 | } |
483 | | -} |
\ No newline at end of file |
| 483 | +} |