X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiEditPage.php;h=d6de834301938037c604ae32f0abcd48f688e065;hb=724b2cf91205cc1b09c5677a8c01e34978717d4a;hp=ee9150cc8646185f5ce16c8bcdbc19cd592e82fc;hpb=4a975b8099ee11b15421d03be02206935a8422f1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiEditPage.php b/includes/api/ApiEditPage.php index ee9150cc86..d6de834301 100644 --- a/includes/api/ApiEditPage.php +++ b/includes/api/ApiEditPage.php @@ -532,7 +532,7 @@ class ApiEditPage extends ApiBase { case EditPage::AS_END: default: - // $status came from WikiPage::doEdit() + // $status came from WikiPage::doEditContent() $errors = $status->getErrorsArray(); $this->dieUsageMsg( $errors[0] ); // TODO: Add new errors to message map break;