Index: trunk/phase3/includes/api/ApiEditPage.php |
— | — | @@ -205,7 +205,7 @@ |
206 | 206 | case EditPage::AS_END: |
207 | 207 | # This usually means some kind of race condition |
208 | 208 | # or DB weirdness occurred. Throw an unknown error here. |
209 | | - $this->dieUsageMsg(array('unknownerror', 'AS_END')); |
| 209 | + $this->dieUsageMsg(array('unknownerror')); |
210 | 210 | case EditPage::AS_SUCCESS_NEW_ARTICLE: |
211 | 211 | $r['new'] = ''; |
212 | 212 | case EditPage::AS_SUCCESS_UPDATE: |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -208,8 +208,9 @@ |
209 | 209 | * Database replication lag doesn't cause all action=edit requests to return the |
210 | 210 | nochange flag any more |
211 | 211 | * (bug 15392) ApiFormatBase::formatHTML now uses $wgUrlProtocols. |
| 212 | +* (bug 15444) action=edit returned "Unknown error: ``AS_END''" where it should |
| 213 | + return just "Unknown error" |
212 | 214 | |
213 | | - |
214 | 215 | === Languages updated in 1.14 === |
215 | 216 | |
216 | 217 | MediaWiki supports over 300 languages. Many localisations are updated |