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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Oct 26 16:34:08 EDT 2011


Author: jondaley
Date: 2011-10-26 16:34:08 -0400 (Wed, 26 Oct 2011)
New Revision: 7145

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

Modified: plog/branches/lifetype-1.2/class/action/admin/adminpreviewpostaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/adminpreviewpostaction.class.php	2011-10-26 20:33:14 UTC (rev 7144)
+++ plog/branches/lifetype-1.2/class/action/admin/adminpreviewpostaction.class.php	2011-10-26 20:34:08 UTC (rev 7145)
@@ -68,10 +68,8 @@
                 $this->_postTopic = $this->_locale->tr("preview");
 
 			// and now, create a harmless Article object with it
-			$postText = Textfilter::xhtmlize($this->_postText);
-			// create the main object
 			$article  = new Article( $this->_postTopic, 
-			                         $postText, 
+			                         $this->_postText,
 			                         $this->_postCategories,
 									 $this->_userInfo->getId(), 
 									 $this->_blogInfo->getId(), 



More information about the pLog-svn mailing list