Merge "Change addInterwiki to setInterwiki, the method name changed"

This commit is contained in:
Trevor Parscal 2012-07-25 19:30:59 +00:00 committed by Gerrit Code Review
commit 7d7385658e

View file

@ -9,5 +9,5 @@
exports.setup = function( config, env ) {
config.defaultInterwiki = 'localhost';
env.addInterwiki( 'localhost', 'http://localhost/mediawiki' );
env.setInterwiki( 'localhost', 'http://localhost/mediawiki' );
};