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/wordpress/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/plugin/wordpress/trunk')
-rw-r--r-- | update/plugin/wordpress/trunk/instadisc/instadisc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update/plugin/wordpress/trunk/instadisc/instadisc.php b/update/plugin/wordpress/trunk/instadisc/instadisc.php index d084aa2..6237080 100644 --- a/update/plugin/wordpress/trunk/instadisc/instadisc.php +++ b/update/plugin/wordpress/trunk/instadisc/instadisc.php | |||
@@ -149,7 +149,7 @@ function sendPost($id) | |||
149 | 149 | ||
150 | $verID = rand(1,2147483647); | 150 | $verID = rand(1,2147483647); |
151 | 151 | ||
152 | $client = new xmlrpc_client('http://central.fourisland.com/xmlrpc.php'); | 152 | $client = new xmlrpc_client('http://rpc.instadisc.org'); |
153 | $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), | 153 | $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), |
154 | new xmlrpcval($title, 'string'), | 154 | new xmlrpcval($title, 'string'), |
155 | new xmlrpcval($authorName, 'string'), | 155 | new xmlrpcval($authorName, 'string'), |
@@ -185,7 +185,7 @@ function sendComment($id) | |||
185 | 185 | ||
186 | $verID = rand(1,2147483647); | 186 | $verID = rand(1,2147483647); |
187 | 187 | ||
188 | $client = new xmlrpc_client('http://central.fourisland.com/xmlrpc.php'); | 188 | $client = new xmlrpc_client('http://rpc.instadisc.org'); |
189 | $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), | 189 | $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($subscriptionURL, 'string'), |
190 | new xmlrpcval($title, 'string'), | 190 | new xmlrpcval($title, 'string'), |
191 | new xmlrpcval($author, 'string'), | 191 | new xmlrpcval($author, 'string'), |