[pLog-svn] r5101 - plog/branches/lifetype-1.2/class/dao
oscar at devel.lifetype.net
oscar at devel.lifetype.net
Thu Mar 15 16:00:31 EDT 2007
Author: oscar
Date: 2007-03-15 16:00:31 -0400 (Thu, 15 Mar 2007)
New Revision: 5101
Modified:
plog/branches/lifetype-1.2/class/dao/articles.class.php
Log:
Added a missing include.
Modified: plog/branches/lifetype-1.2/class/dao/articles.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/dao/articles.class.php 2007-03-15 19:55:36 UTC (rev 5100)
+++ plog/branches/lifetype-1.2/class/dao/articles.class.php 2007-03-15 20:00:31 UTC (rev 5101)
@@ -883,6 +883,7 @@
*/
function updateArticleText( $article )
{
+ lt_include( PLOG_CLASS_PATH."class/data/textfilter.class.php" );
$filter = new Textfilter();
$query = "UPDATE ".$this->getPrefix()."articles_text SET ".
More information about the pLog-svn
mailing list