Property changes on: branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5/api/ApiArticleFeedbackv5.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
1 | 1 | Merged /trunk/extensions/ArticleFeedbackv5/api/ApiArticleFeedbackv5.php:r106688-106693 |
Index: branches/wmf/1.18wmf1/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 | } |
Property changes on: branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5 |
___________________________________________________________________ |
Modified: svn:mergeinfo |
326 | 326 | Merged /trunk/extensions/ArticleFeedbackv5:r106688-106693 |