From c73173e1d9129013fc2eca2264d240312601b0ad Mon Sep 17 00:00:00 2001 From: Adrian Lang Date: Thu, 23 Jan 2014 10:21:57 +0100 Subject: [PATCH] Correct Title::getInterwiki method name case on call Change-Id: Iad9652b3d43ec1d80a8152c41f114acaa7ec3997 --- includes/parser/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index cdf5e98a0e..c27c51f057 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -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 -- 2.20.1