[pLog-svn] r2379 - plugins/trunk/sitemap

pwestbro at devel.plogworld.net pwestbro at devel.plogworld.net
Mon Aug 1 06:45:12 GMT 2005


Author: pwestbro
Date: 2005-08-01 06:45:12 +0000 (Mon, 01 Aug 2005)
New Revision: 2379

Modified:
   plugins/trunk/sitemap/pluginsitemap.class.php
Log:
Fixed a problem where there was an undefined variable


Modified: plugins/trunk/sitemap/pluginsitemap.class.php
===================================================================
--- plugins/trunk/sitemap/pluginsitemap.class.php	2005-08-01 06:33:24 UTC (rev 2378)
+++ plugins/trunk/sitemap/pluginsitemap.class.php	2005-08-01 06:45:12 UTC (rev 2379)
@@ -121,7 +121,7 @@
             $url = $this->blogInfo->getBlogRequestGenerator();
 
             // Data from the xml file that needs to be there.
-            $xmlData =  $xmlData . "<?xml version='1.0' encoding='UTF-8'?>\n".
+            $xmlData =  "<?xml version='1.0' encoding='UTF-8'?>\n".
                           "<urlset xmlns=\"http://www.google.com/schemas/sitemap/0.84\"\n".
                           "xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n".
                           "xsi:schemaLocation=\"http://www.google.com/schemas/sitemap/0.84\n".




More information about the pLog-svn mailing list