[pLog-svn] r1232 - plog/trunk/class/summary/action

mark at devel.plogworld.net mark at devel.plogworld.net
Sun Feb 27 17:24:41 GMT 2005


Author: mark
Date: 2005-02-27 17:24:41 +0000 (Sun, 27 Feb 2005)
New Revision: 1232

Modified:
   plog/trunk/class/summary/action/dofinishregister.class.php
Log:
Fixed bug http://bugs.plogworld.net/view.php?id=252.

Modified: plog/trunk/class/summary/action/dofinishregister.class.php
===================================================================
--- plog/trunk/class/summary/action/dofinishregister.class.php	2005-02-27 17:19:21 UTC (rev 1231)
+++ plog/trunk/class/summary/action/dofinishregister.class.php	2005-02-27 17:24:41 UTC (rev 1232)
@@ -94,7 +94,7 @@
          * create the blog
          */
         function createBlog($userId){
-            $this->blogName = $this->_request->getValue("blogName");
+            $this->blogName = stripslashes($this->_request->getValue("blogName"));
             $this->blogLocale = $this->_request->getValue("blogLocale");
             $this->templateId = $this->_request->getValue("templateId");
 		




More information about the pLog-svn mailing list