- Bugfix: provide an absolute URL to the 'ping servers'.

4.5.x
Dries Buytaert 2004-10-10 19:43:23 +00:00
parent abcfd21927
commit 63e9b06e75
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ function _ping_notify($name, $url) {
*/
function ping_ping($name = '', $url = '') {
$feed = url('node/feed');
$feed = url('node/feed', NULL, NULL, TRUE);
$client = new xmlrpc_client('/RPC2', 'rpc.weblogs.com', 80);

View File

@ -60,7 +60,7 @@ function _ping_notify($name, $url) {
*/
function ping_ping($name = '', $url = '') {
$feed = url('node/feed');
$feed = url('node/feed', NULL, NULL, TRUE);
$client = new xmlrpc_client('/RPC2', 'rpc.weblogs.com', 80);