From: Roan Kattouw Date: Tue, 18 Sep 2018 01:29:55 +0000 (-0400) Subject: Article: Fix reference to view() in documentation comment X-Git-Tag: 1.34.0-rc.0~4075^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=a9198f06c141840de741f40dcfe57f23c54d18d8;p=lhc%2Fweb%2Fwiklou.git Article: Fix reference to view() in documentation comment WikiPage::view() doesn't exist; Article::view() does. Change-Id: I3fbffa15be4cff6cb3f5c7dc5cc178102472f25b --- diff --git a/includes/page/Article.php b/includes/page/Article.php index 7404f83e47..5e51e5c1a8 100644 --- a/includes/page/Article.php +++ b/includes/page/Article.php @@ -2155,7 +2155,7 @@ class Article implements Page { /** * Lightweight method to get the parser output for a page, checking the parser cache - * and so on. Doesn't consider most of the stuff that WikiPage::view is forced to + * and so on. Doesn't consider most of the stuff that Article::view() is forced to * consider, so it's not appropriate to use there. * * @since 1.16 (r52326) for LiquidThreads