From fd1192ef5ad0cf7048bbc98114d45a8a6c393d58 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 30 May 2010 18:09:03 +0000 Subject: [PATCH] Per jabowery1's comment on IRC: Article::followContent() doesn't exist, changed to Article::followRedirect() --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 597f6e3a79..1eee511e53 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -220,7 +220,7 @@ class Article { /** * Note that getContent/loadContent do not follow redirects anymore. * If you need to fetch redirectable content easily, try - * the shortcut in Article::followContent() + * the shortcut in Article::followRedirect() * * @return Return the text of this revision */ -- 2.20.1