about summary refs log tree commit diff stats
path: root/update/library/trunk
diff options
context:
space:
mode:
Diffstat (limited to 'update/library/trunk')
-rw-r--r--update/library/trunk/instadisc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update/library/trunk/instadisc.php b/update/library/trunk/instadisc.php index 975481c..8e2b86c 100644 --- a/update/library/trunk/instadisc.php +++ b/update/library/trunk/instadisc.php
@@ -33,7 +33,7 @@ function instaDisc_sendItem($title, $author, $url, $semantics, $subTitle, $subCa
33 33
34 $verID = rand(1,2147483647); 34 $verID = rand(1,2147483647);
35 35
36 $client = new xmlrpc_client('http://central.fourisland.com/xmlrpc.php'); 36 $client = new xmlrpc_client('http://rpc.instadisc.org');
37 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), 37 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'),
38 new xmlrpcval($title, 'string'), 38 new xmlrpcval($title, 'string'),
39 new xmlrpcval($author, 'string'), 39 new xmlrpcval($author, 'string'),