Index: branches/petrb/phase3/includes/api/ApiUndelete.php |
— | — | @@ -155,7 +155,7 @@ |
156 | 156 | public function getExamples() { |
157 | 157 | return array( |
158 | 158 | 'api.php?action=undelete&title=Main%20Page&token=' . EXAMPLE_TOKEN . '&reason=Restoring%20main%20page', |
159 | | - 'api.php?action=undelete&title=Main%20Page&token=token=' . EXAMPLE_TOKEN . '×tamps=20070703220045|20070702194856' |
| 159 | + 'api.php?action=undelete&title=Main%20Page&token=' . EXAMPLE_TOKEN . '×tamps=20070703220045|20070702194856' |
160 | 160 | ); |
161 | 161 | } |
162 | 162 | |