Fix reference to nonexistent ApiBase::getModulePathString in inline docs
authorOri Livneh <ori@wikimedia.org>
Thu, 2 Jul 2015 01:48:34 +0000 (18:48 -0700)
committerOri Livneh <ori@wikimedia.org>
Thu, 2 Jul 2015 01:49:08 +0000 (18:49 -0700)
Change-Id: Iad6420ea88c4cf94c234be7f01a2ed2854e02919

includes/api/ApiBase.php

index 4b76e65..393ff49 100644 (file)
@@ -2481,7 +2481,7 @@ abstract class ApiBase extends ContextSource {
         * Returns the description string for this module
         *
         * Ignored if an i18n message exists for
-        * "apihelp-{$this->getModulePathString()}-description".
+        * "apihelp-{$this->getModulePath()}-description".
         *
         * @deprecated since 1.25
         * @return Message|string|array
@@ -2495,7 +2495,7 @@ abstract class ApiBase extends ContextSource {
         *
         * For each parameter, ignored if an i18n message exists for the parameter.
         * By default that message is
-        * "apihelp-{$this->getModulePathString()}-param-{$param}", but it may be
+        * "apihelp-{$this->getModulePath()}-param-{$param}", but it may be
         * overridden using ApiBase::PARAM_HELP_MSG in the data returned by
         * self::getFinalParams().
         *