X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=includes%2Fapi%2FApiResetPassword.php;h=77838269b4937b25b00d4f6fbdd4e86033a5e5cc;hb=16c80e429be5904fb42a93f260f8de3d18f0c692;hp=4f3fc0dc03f7e518cdf71470fa79158ad7aa7f61;hpb=eb72adcb4e28eedc1806d845355856bd6f97dadb;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() {