http://www.mediawiki.org/wiki/Special:Code/MediaWiki/62129

Revision: 62129
Author:   simetrical
Date:     2010-02-08 18:54:08 +0000 (Mon, 08 Feb 2010)

Log Message:
-----------
Use consistent case when calling functions

Modified Paths:
--------------
    trunk/phase3/includes/Linker.php

Modified: trunk/phase3/includes/Linker.php
===================================================================
--- trunk/phase3/includes/Linker.php    2010-02-08 17:07:46 UTC (rev 62128)
+++ trunk/phase3/includes/Linker.php    2010-02-08 18:54:08 UTC (rev 62129)
@@ -970,7 +970,7 @@
                $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__ );



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to