diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-29 20:08:44 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-29 20:08:44 +0000 |
commit | 1e2896eed85f190be7f05dc75c76057bbbe95db4 (patch) | |
tree | 93f1ed96dca97cfe7a62db7b83901646674a9bb6 /update/library/trunk | |
parent | 2c6e3e362bf614a2e67dba5ec3e1c0d247834b69 (diff) | |
download | instadisc-1e2896eed85f190be7f05dc75c76057bbbe95db4.tar.gz instadisc-1e2896eed85f190be7f05dc75c76057bbbe95db4.tar.bz2 instadisc-1e2896eed85f190be7f05dc75c76057bbbe95db4.zip |
General: Fixed URLs
Fixes #73
Diffstat (limited to 'update/library/trunk')
-rw-r--r-- | update/library/trunk/instadisc.php | 2 |
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'), |