Index: trunk/phase3/includes/api/ApiQueryRandom.php |
— | — | @@ -130,9 +130,7 @@ |
131 | 131 | ApiBase :: PARAM_MAX => 10, |
132 | 132 | ApiBase :: PARAM_MAX2 => 20 |
133 | 133 | ), |
134 | | - 'redirect' => array( |
135 | | - ApiBase :: PARAM_TYPE => 'boolean', |
136 | | - ), |
| 134 | + 'redirect' => false, |
137 | 135 | ); |
138 | 136 | } |
139 | 137 | |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -231,7 +231,7 @@ |
232 | 232 | * (bug 15527) action=rollback can now revert anonymous editors |
233 | 233 | * (bug 15535) prop=info&inprop=protection doesn't list pre-1.10 protections |
234 | 234 | if the page is also protected otherwise (1.10+ style or cascading) |
235 | | -* (bug 14746) list=random now has &rnredirect parameter, to get random redirects. |
| 235 | +* list=random now has rnredirect parameter, to get random redirects. |
236 | 236 | |
237 | 237 | === Languages updated in 1.14 === |
238 | 238 | |