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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Oct 26 16:33:14 EDT 2011


Author: jondaley
Date: 2011-10-26 16:33:14 -0400 (Wed, 26 Oct 2011)
New Revision: 7144

Modified:
   plog/branches/lifetype-1.2/class/action/admin/adminaddpostaction.class.php
Log:
postText is already xhtmlized in fetchCommonData

Modified: plog/branches/lifetype-1.2/class/action/admin/adminaddpostaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/adminaddpostaction.class.php	2011-10-26 20:31:51 UTC (rev 7143)
+++ plog/branches/lifetype-1.2/class/action/admin/adminaddpostaction.class.php	2011-10-26 20:33:14 UTC (rev 7144)
@@ -93,10 +93,8 @@
 
             // we know for sure that the information is correct so we can now add
             // the post to the database
-			$postText = Textfilter::xhtmlize($this->_postText);
-			
 			$article  = new Article( $this->_postTopic, 
-			                         $postText, 
+			                         $this->_postText,
 			                         $this->_postCategories,
 									 $this->_posterId, 
 									 $this->_blogInfo->getId(), 



More information about the pLog-svn mailing list