From: Alexandre Emsenhuber Date: Sun, 8 Jan 2012 17:34:28 +0000 (+0000) Subject: Fix method name in comment: Article::followRedirect() -> WikiPage::getRedirectTarget() X-Git-Tag: 1.31.0-rc.0~25424 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=c17e35a503774ad3ebb0b5608492c396c820acf9;p=lhc%2Fweb%2Fwiklou.git Fix method name in comment: Article::followRedirect() -> WikiPage::getRedirectTarget() --- diff --git a/includes/Article.php b/includes/Article.php index 53b87f46ee..d9fb526e4a 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -183,7 +183,7 @@ class Article extends Page { /** * Note that getContent/loadContent do not follow redirects anymore. * If you need to fetch redirectable content easily, try - * the shortcut in Article::followRedirect() + * the shortcut in WikiPage::getRedirectTarget() * * This function has side effects! Do not use this function if you * only want the real revision text if any.