[geeklog-hg] geeklog: Fixed a bug where XMLSitemap plugin failed to send a pi...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Mar 21 07:19:44 EDT 2014


changeset 9520:90523271f410
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/90523271f410
user: Kenji ITO <mystralkk at gmail.com>
date: Fri Mar 21 20:18:32 2014 +0900
description:
Fixed a bug where XMLSitemap plugin failed to send a ping to Google with some settings

diffstat:

 plugins/xmlsitemap/xmlsitemap.class.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 9f47c05723e7 -r 90523271f410 plugins/xmlsitemap/xmlsitemap.class.php
--- a/plugins/xmlsitemap/xmlsitemap.class.php	Tue Mar 11 17:47:40 2014 -0400
+++ b/plugins/xmlsitemap/xmlsitemap.class.php	Fri Mar 21 20:18:32 2014 +0900
@@ -601,7 +601,7 @@
 
             switch ($dest) {
                 case 'google':
-                    $url = 'www.google.com/webmasters/tools/ping?sitemap='
+                    $url = 'http://www.google.com/webmasters/tools/ping?sitemap='
                          . urlencode($sitemap);
                     break;
 



More information about the geeklog-cvs mailing list