From: Aryeh Gregor Date: Mon, 8 Feb 2010 18:54:08 +0000 (+0000) Subject: Use consistent case when calling functions X-Git-Tag: 1.31.0-rc.0~37876 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=29361052415ce06fbd04673a96f3c055a486fb85;p=lhc%2Fweb%2Fwiklou.git Use consistent case when calling functions --- diff --git a/includes/Linker.php b/includes/Linker.php index be0d1bbe72..abcf8c32d1 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -970,7 +970,7 @@ class Linker { $comment = Sanitizer::escapeHtmlAllowEntities( $comment ); # Render autocomments and make links: - $comment = $this->formatAutoComments( $comment, $title, $local ); + $comment = $this->formatAutocomments( $comment, $title, $local ); $comment = $this->formatLinksInComment( $comment, $title, $local ); wfProfileOut( __METHOD__ );