From: Michael Dale Date: Fri, 11 Sep 2009 18:07:36 +0000 (+0000) Subject: * minor config update to have the amw ~only~ target commons by default. X-Git-Tag: 1.31.0-rc.0~39784 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=754b514a51e40d1237bcef666acc8e422bc4d6e1;p=lhc%2Fweb%2Fwiklou.git * minor config update to have the amw ~only~ target commons by default. --- diff --git a/js2/editPage.js b/js2/editPage.js index a78c9723b1..820aea2459 100644 --- a/js2/editPage.js +++ b/js2/editPage.js @@ -12,7 +12,7 @@ if( !mwAddMediaConfig ) 'default_query': wgTitle, 'target_title': wgPageName, // Here we can setup the content provider overrides - 'cpconfig': {}, + 'enabled_cps':['wiki_commons'], // The local wiki API URL: 'local_wiki_api_url': wgServer + wgScriptPath + '/api.php' };