[pLog-svn] r3047 - plog/trunk/class/data

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Mar 12 17:20:20 GMT 2006


Author: oscar
Date: 2006-03-12 17:20:20 +0000 (Sun, 12 Mar 2006)
New Revision: 3047

Modified:
   plog/trunk/class/data/textfilter.class.php
Log:
removed a notice regarding an undefined constant


Modified: plog/trunk/class/data/textfilter.class.php
===================================================================
--- plog/trunk/class/data/textfilter.class.php	2006-03-12 17:19:45 UTC (rev 3046)
+++ plog/trunk/class/data/textfilter.class.php	2006-03-12 17:20:20 UTC (rev 3047)
@@ -254,6 +254,7 @@
 		 */
 		function normalizeText( $text )
 		{
+			  include_once( PLOG_CLASS_PATH."class/dao/article.class.php" ); // because of the POST_EXTENDED_TEXT_MODIFIER constant
 		      // remove all html code
 		      $result = TextFilter::filterAllHtml( $text );
 		      // remove the "extended post modifier"



More information about the pLog-svn mailing list