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

Jon Daley plogworld at jon.limedaley.com
Fri Mar 30 15:33:47 EDT 2007


 	I see that this fix works, but it is completely non-intuitive to 
me.  I think maybe you already explained this to me, but why don't we need 
to include the extendedText stuff any more?

On Fri, 30 Mar 2007, mark at devel.lifetype.net wrote:

> Author: mark
> Date: 2007-03-30 14:17:54 -0400 (Fri, 30 Mar 2007)
> New Revision: 5229
>
> Modified:
>   plog/branches/lifetype-1.2/class/action/admin/adminpreviewpostaction.class.php
> Log:
> Fixed a error notice about postExtendedText
>
> Modified: plog/branches/lifetype-1.2/class/action/admin/adminpreviewpostaction.class.php
> ===================================================================
> --- plog/branches/lifetype-1.2/class/action/admin/adminpreviewpostaction.class.php	2007-03-30 10:53:58 UTC (rev 5228)
> +++ plog/branches/lifetype-1.2/class/action/admin/adminpreviewpostaction.class.php	2007-03-30 18:17:54 UTC (rev 5229)
> @@ -56,7 +56,7 @@
> 			$this->_fetchCommonData();
>
> 			// and now, create a harmless Article object with it
> -			$postText = Textfilter::xhtmlize($this->_postText).POST_EXTENDED_TEXT_MODIFIER.Textfilter::xhtmlize($this->_postExtendedText);
> +			$postText = Textfilter::xhtmlize($this->_postText);
> 			// create the main object
> 			$article  = new Article( $this->_postTopic,
> 			                         $postText,
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>

-- 
Jon Daley
http://jon.limedaley.com/

I have opinions of my own, strong opinions, but I don't always agree with them.
-- George Bush Sr.


More information about the pLog-svn mailing list