X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiResetPassword.php;h=77838269b4937b25b00d4f6fbdd4e86033a5e5cc;hb=43a548a5c3436b5d07091b504bbf5eb80d1ed215;hp=4f3fc0dc03f7e518cdf71470fa79158ad7aa7f61;hpb=2dd58ade75d15a5895c0c010e17b6f729a0f72fe;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiResetPassword.php b/includes/api/ApiResetPassword.php index 4f3fc0dc03..77838269b4 100644 --- a/includes/api/ApiResetPassword.php +++ b/includes/api/ApiResetPassword.php @@ -1,6 +1,6 @@ + * Copyright © 2016 Wikimedia Foundation and contributors * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -43,11 +43,11 @@ class ApiResetPassword extends ApiBase { return $this->hasAnyRoutes; } - protected function getDescriptionMessage() { + protected function getExtendedDescription() { if ( !$this->hasAnyRoutes() ) { - return 'apihelp-resetpassword-description-noroutes'; + return 'apihelp-resetpassword-extended-description-noroutes'; } - return parent::getDescriptionMessage(); + return parent::getExtendedDescription(); } public function execute() {