From bc911bce9c3502b4b24ed06d46bc8e604c00a093 Mon Sep 17 00:00:00 2001 From: Catrope Date: Tue, 24 Jul 2012 14:42:50 -0700 Subject: [PATCH] Change addInterwiki to setInterwiki, the method name changed Change-Id: Ibd255f41b686757378e349fdddbe6b60329d8070 --- api/localsettings.js.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/localsettings.js.example b/api/localsettings.js.example index 3408ccb38e..77ec0c5c28 100644 --- a/api/localsettings.js.example +++ b/api/localsettings.js.example @@ -9,5 +9,5 @@ exports.setup = function( config, env ) { config.defaultInterwiki = 'localhost'; - env.addInterwiki( 'localhost', 'http://localhost/mediawiki' ); + env.setInterwiki( 'localhost', 'http://localhost/mediawiki' ); };