diff options
Diffstat (limited to 'update/plugin/mediawiki/trunk')
-rw-r--r-- | update/plugin/mediawiki/trunk/instadisc/instadisc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update/plugin/mediawiki/trunk/instadisc/instadisc.php b/update/plugin/mediawiki/trunk/instadisc/instadisc.php index ecaed84..77dc38a 100644 --- a/update/plugin/mediawiki/trunk/instadisc/instadisc.php +++ b/update/plugin/mediawiki/trunk/instadisc/instadisc.php | |||
@@ -7,7 +7,7 @@ include('xmlrpc/xmlrpc.inc'); | |||
7 | $wgExtensionCredits['other'][] = array( | 7 | $wgExtensionCredits['other'][] = array( |
8 | 'name' => 'InstaDisc', | 8 | 'name' => 'InstaDisc', |
9 | 'author' => 'Starla Insigna', | 9 | 'author' => 'Starla Insigna', |
10 | 'url' => 'http://fourisland.com/projects/instadisc/wiki/Update/MediaWiki', | 10 | 'url' => 'http://instadisc.org/MediaWiki', |
11 | 'description' => 'This plugin provides an InstaDisc feed for your MediaWiki wiki, a page-change subscription.' | 11 | 'description' => 'This plugin provides an InstaDisc feed for your MediaWiki wiki, a page-change subscription.' |
12 | ); | 12 | ); |
13 | 13 | ||
@@ -36,7 +36,7 @@ function instaDisc_sendItem(&$article, &$user, &$text, &$summary, &$minoredit, & | |||
36 | 36 | ||
37 | $verID = rand(1,2147483647); | 37 | $verID = rand(1,2147483647); |
38 | 38 | ||
39 | $client = new xmlrpc_client('http://central.fourisland.com/xmlrpc.php'); | 39 | $client = new xmlrpc_client('http://rpc.instadisc.org'); |
40 | $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), | 40 | $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), |
41 | new xmlrpcval($title, 'string'), | 41 | new xmlrpcval($title, 'string'), |
42 | new xmlrpcval($author, 'string'), | 42 | new xmlrpcval($author, 'string'), |