Use consistent case when calling functions
authorAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 8 Feb 2010 18:54:08 +0000 (18:54 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 8 Feb 2010 18:54:08 +0000 (18:54 +0000)
includes/Linker.php

index be0d1bb..abcf8c3 100644 (file)
@@ -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__ );