[pLog-svn] r6003 - plog/trunk/class/action

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Oct 23 04:40:57 EDT 2007


Author: mark
Date: 2007-10-23 04:40:56 -0400 (Tue, 23 Oct 2007)
New Revision: 6003

Modified:
   plog/trunk/class/action/addcommentaction.class.php
Log:
Merge from LifeType 1.2 development branches rev. 5681:5700

Modified: plog/trunk/class/action/addcommentaction.class.php
===================================================================
--- plog/trunk/class/action/addcommentaction.class.php	2007-10-23 03:09:49 UTC (rev 6002)
+++ plog/trunk/class/action/addcommentaction.class.php	2007-10-23 08:40:56 UTC (rev 6003)
@@ -51,8 +51,9 @@
 			$this->_request->registerFilter( "userName", $f );
 			$this->_request->registerFilter( "commentTopic", $f );
 
-                // userUrl is a regular HTML filter, in addition to
-                // being forced to look like a URL
+            // userUrl is a regular HTML filter, in addition to
+            // being forced to look like a URL
+			$f = new HtmlFilter();
 			$f->addFilter( new UrlConverter());
 			$this->_request->registerFilter( "userUrl", $f );
 



More information about the pLog-svn mailing list