Index: trunk/extensions/FlaggedRevs/FlaggedArticle.php |
— | — | @@ -1118,7 +1118,7 @@ |
1119 | 1119 | } |
1120 | 1120 | # If undoing a few consecutive top edits, we know the base ID |
1121 | 1121 | if( $undo = $wgRequest->getIntOrNull('undo') ) { |
1122 | | - $undoAfter = $wgRequest->getIntOrNull('undoAfter'); |
| 1122 | + $undoAfter = $wgRequest->getIntOrNull('undoafter'); |
1123 | 1123 | $latest = isset($latest) ? $latest : $this->parent->getTitle()->getLatestRevID(GAID_FOR_UPDATE); |
1124 | 1124 | if( $undoAfter && $undo == $this->parent->getLatest() ) { |
1125 | 1125 | $revId = $undoAfter; |