Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.hooks.php |
— | — | @@ -318,7 +318,7 @@ |
319 | 319 | */ |
320 | 320 | public static function trackEditSuccess( &$article, &$user, $text, |
321 | 321 | $summary, $minoredit, $watchthis, $sectionanchor, &$flags, |
322 | | - $revision, &$status, $baseRevId, &$redirect) { |
| 322 | + $revision, &$status, $baseRevId /*, &$redirect */ ) { // $redirect not passed in 1.18wmf1 |
323 | 323 | self::trackEvent( 'edit_success', $article->getTitle() ); |
324 | 324 | return true; |
325 | 325 | } |