From 29361052415ce06fbd04673a96f3c055a486fb85 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Mon, 8 Feb 2010 18:54:08 +0000 Subject: [PATCH] Use consistent case when calling functions --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ ); -- 2.20.1