[pLog-svn] r6434 - plog/branches/lifetype-1.2/class/summary/action

mark at devel.lifetype.net mark at devel.lifetype.net
Thu May 1 23:24:40 EDT 2008


Author: mark
Date: 2008-05-01 23:24:39 -0400 (Thu, 01 May 2008)
New Revision: 6434

Modified:
   plog/branches/lifetype-1.2/class/summary/action/doblogregistration.class.php
Log:
:( We can not filter html entities here, it will cause error in CJK environment.

Modified: plog/branches/lifetype-1.2/class/summary/action/doblogregistration.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/summary/action/doblogregistration.class.php	2008-05-01 20:05:11 UTC (rev 6433)
+++ plog/branches/lifetype-1.2/class/summary/action/doblogregistration.class.php	2008-05-02 03:24:39 UTC (rev 6434)
@@ -24,7 +24,7 @@
 	    	$this->RegisterAction( $actionInfo, $request );
 	
 			// input filters
-			$this->_request->registerFilter( "blogName", new HtmlFilter( true ));
+			$this->_request->registerFilter( "blogName", new HtmlFilter());
 	    	
 	    	// data validation
 	    	//$this->registerFieldValidator( "userId", new IntegerValidator());



More information about the pLog-svn mailing list