about summary refs log tree commit diff stats
path: root/update/plugin/subversion
diff options
context:
space:
mode:
Diffstat (limited to 'update/plugin/subversion')
-rw-r--r--update/plugin/subversion/trunk/instadisc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update/plugin/subversion/trunk/instadisc.php b/update/plugin/subversion/trunk/instadisc.php index 2a75099..5095453 100644 --- a/update/plugin/subversion/trunk/instadisc.php +++ b/update/plugin/subversion/trunk/instadisc.php
@@ -62,7 +62,7 @@ function instaDisc_sendItem($title, $author, $url, $semantics, $subTitle, $subPa
62 62
63 $verID = rand(1,2147483647); 63 $verID = rand(1,2147483647);
64 64
65 $client = new xmlrpc_client('http://central.fourisland.com/xmlrpc.php'); 65 $client = new xmlrpc_client('http://rpc.instadisc.org');
66 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), 66 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'),
67 new xmlrpcval($title, 'string'), 67 new xmlrpcval($title, 'string'),
68 new xmlrpcval($author, 'string'), 68 new xmlrpcval($author, 'string'),