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/plugin/subversion | |
parent | 2c6e3e362bf614a2e67dba5ec3e1c0d247834b69 (diff) | |
download | instadisc-1e2896eed85f190be7f05dc75c76057bbbe95db4.tar.gz instadisc-1e2896eed85f190be7f05dc75c76057bbbe95db4.tar.bz2 instadisc-1e2896eed85f190be7f05dc75c76057bbbe95db4.zip |
General: Fixed URLs
Fixes #73
Diffstat (limited to 'update/plugin/subversion')
-rw-r--r-- | update/plugin/subversion/trunk/instadisc.php | 2 |
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'), |