summaryrefslogtreecommitdiff
path: root/modules/ping
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-06-13 17:34:18 +0000
committerDries Buytaert <dries@buytaert.net>2003-06-13 17:34:18 +0000
commitd95499bf03c65f59190687882567c80a074c711a (patch)
treee2b55f427e0f11148a182dcf191ee3719ea1c425 /modules/ping
parentc0330f166f29815f9d35ce817032802e7a073b03 (diff)
downloadbrdo-d95499bf03c65f59190687882567c80a074c711a.tar.gz
brdo-d95499bf03c65f59190687882567c80a074c711a.tar.bz2
- Bugfix: small Xtemplate fixes. Patch by Ax. (Slightly modified.)
- Bugfix: block patch fix. Patch by Gerhard. - Bugfix: fixed broken URL in ping. Patch by Gerhard. (This should fix the problems shown on http://www.blo.gs/info.php?id=1515.) - Improvement: added better password generator. Patch #1 by Al. Fixes bug #1935. - Improvement: performance improvement to the blog module. Patch by Marco.
Diffstat (limited to 'modules/ping')
-rw-r--r--modules/ping/ping.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ping/ping.module b/modules/ping/ping.module
index 0dbe38996..4216164bd 100644
--- a/modules/ping/ping.module
+++ b/modules/ping/ping.module
@@ -34,7 +34,7 @@ function _ping_notify($name, $url) {
}
function ping_ping($name = "", $url = "") {
- $feed = $url . url("node/feed");
+ $feed = url("node/feed");
$client = new xmlrpc_client("/RPC2", "rpc.weblogs.com", 80);