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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Oct 26 16:31:51 EDT 2011


Author: jondaley
Date: 2011-10-26 16:31:51 -0400 (Wed, 26 Oct 2011)
New Revision: 7143

Modified:
   plog/branches/lifetype-1.2/class/action/addcommentaction.class.php
Log:
unused code

Modified: plog/branches/lifetype-1.2/class/action/addcommentaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/addcommentaction.class.php	2011-10-26 19:58:47 UTC (rev 7142)
+++ plog/branches/lifetype-1.2/class/action/addcommentaction.class.php	2011-10-26 20:31:51 UTC (rev 7143)
@@ -89,8 +89,6 @@
         {
             lt_include( PLOG_CLASS_PATH."class/data/textfilter.class.php" );
 
-			$f = new HtmlFilter( true );
-
             $this->_articleId = $this->_request->getValue( "articleId" );
             $this->_blogId    = $this->_request->getValue( "blogId" );
             $this->_parentId  = $this->_request->getValue( "parentId" );



More information about the pLog-svn mailing list