From: Alexandre Emsenhuber Date: Sun, 30 May 2010 18:09:03 +0000 (+0000) Subject: Per jabowery1's comment on IRC: Article::followContent() doesn't exist, changed to... X-Git-Tag: 1.31.0-rc.0~36663 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=fd1192ef5ad0cf7048bbc98114d45a8a6c393d58;p=lhc%2Fweb%2Fwiklou.git Per jabowery1's comment on IRC: Article::followContent() doesn't exist, changed to Article::followRedirect() --- 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 */