- Bugfix: provide an absolute URL to the 'ping servers'.
parent
abcfd21927
commit
63e9b06e75
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue