[geeklog-hg] geeklog: Fix for changeset 75bd685e64fe

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Feb 5 09:38:31 EST 2014


changeset 9479:91d46279eee8
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/91d46279eee8
user: Kenji ITO <mystralkk at gmail.com>
date: Wed Feb 05 23:38:02 2014 +0900
description:
Fix for changeset 75bd685e64fe

diffstat:

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

diffs (12 lines):

diff -r ad8c8e5d6d46 -r 91d46279eee8 plugins/xmlsitemap/xmlsitemap.class.php
--- a/plugins/xmlsitemap/xmlsitemap.class.php	Wed Feb 05 23:23:23 2014 +0900
+++ b/plugins/xmlsitemap/xmlsitemap.class.php	Wed Feb 05 23:38:02 2014 +0900
@@ -557,7 +557,7 @@
     *                                               'google', 'bing' and 'ask'.
     * @return   int                the number of successful pings
     */
-    public sendPing(array $destinations)
+    public function sendPing(array $destinations)
     {
         global $_CONF, $_TABLES;
 



More information about the geeklog-cvs mailing list