[pLog-svn] r3073 - plog/trunk/class/action

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Mar 16 17:30:02 GMT 2006


Author: oscar
Date: 2006-03-16 17:30:01 +0000 (Thu, 16 Mar 2006)
New Revision: 3073

Modified:
   plog/trunk/class/action/commentaction.class.php
Log:
fixed a crash


Modified: plog/trunk/class/action/commentaction.class.php
===================================================================
--- plog/trunk/class/action/commentaction.class.php	2006-03-16 16:18:03 UTC (rev 3072)
+++ plog/trunk/class/action/commentaction.class.php	2006-03-16 17:30:01 UTC (rev 3073)
@@ -68,6 +68,7 @@
 				return true;
 
 			// fetch the comments so far
+            include_once( PLOG_CLASS_PATH."class/dao/articlecomments.class.php" );
 			$comments = new ArticleComments();
 			$postComments = $comments->getPostComments( $article->getId());
 			if( $this->_parentId > 0 ) {



More information about the pLog-svn mailing list