[geeklog-hg] geeklog: Fixed a typo

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Feb 8 02:54:17 EST 2014


changeset 9481:7e1393fbb9d7
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/7e1393fbb9d7
user: Kenji ITO <mystralkk at gmail.com>
date: Sat Feb 08 16:53:47 2014 +0900
description:
Fixed a typo

diffstat:

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

diffs (12 lines):

diff -r 37651ac8fc3f -r 7e1393fbb9d7 plugins/xmlsitemap/xmlsitemap.class.php
--- a/plugins/xmlsitemap/xmlsitemap.class.php	Sat Feb 08 14:51:36 2014 +0900
+++ b/plugins/xmlsitemap/xmlsitemap.class.php	Sat Feb 08 16:53:47 2014 +0900
@@ -584,7 +584,7 @@
             $records  = json_decode($A);
         } else {
             $records = array();
-        ]
+        }
 
         $success = 0;
         $sitemap = $_CONF['site_url'] . '/' . $sitemap;



More information about the geeklog-cvs mailing list