Correct Title::getInterwiki method name case on call
authorAdrian Lang <adrian.lang@wikimedia.de>
Thu, 23 Jan 2014 09:21:57 +0000 (10:21 +0100)
committerAdrian Lang <adrian.lang@wikimedia.de>
Thu, 23 Jan 2014 09:21:57 +0000 (10:21 +0100)
Change-Id: Iad9652b3d43ec1d80a8152c41f114acaa7ec3997

includes/parser/Parser.php

index cdf5e98..c27c51f 100644 (file)
@@ -1988,7 +1988,7 @@ class Parser {
                        }
 
                        $ns = $nt->getNamespace();
-                       $iw = $nt->getInterWiki();
+                       $iw = $nt->getInterwiki();
                        wfProfileOut( __METHOD__ . "-title" );
 
                        if ( $might_be_img ) { # if this is actually an invalid link