follow-up r59522, r59523, r59527, r59529, r59530.
[lhc/web/wiklou.git] / includes / Title.php
index be871f3..939d92e 100644 (file)
@@ -733,7 +733,7 @@ class Title {
 
                $interwiki = Interwiki::fetch( $this->mInterwiki );
                if ( !$interwiki ) {
-                       $url = $this->getLocalUrl( $query, $variant );
+                       $url = $this->getLocalURL( $query, $variant );
 
                        // Ugly quick hack to avoid duplicate prefixes (bug 4571 etc)
                        // Correct fix would be to move the prepending elsewhere.