From d95499bf03c65f59190687882567c80a074c711a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 13 Jun 2003 17:34:18 +0000 Subject: - 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. --- modules/ping/ping.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ping') 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); -- cgit v1.2.3