[pLog-svn] r1817 - plog/branches/plog-1.1-ben/class/dao

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Apr 11 21:22:25 GMT 2005


Author: oscar
Date: 2005-04-11 21:22:24 +0000 (Mon, 11 Apr 2005)
New Revision: 1817

Modified:
   plog/branches/plog-1.1-ben/class/dao/article.class.php
Log:
now the comments of a post are loaded successfully



Modified: plog/branches/plog-1.1-ben/class/dao/article.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/dao/article.class.php	2005-04-11 21:17:45 UTC (rev 1816)
+++ plog/branches/plog-1.1-ben/class/dao/article.class.php	2005-04-11 21:22:24 UTC (rev 1817)
@@ -6,6 +6,7 @@
     include_once( PLOG_CLASS_PATH.'class/dao/articlecomments.class.php' );
     include_once( PLOG_CLASS_PATH.'class/dao/articlestatus.class.php' );
     include_once( PLOG_CLASS_PATH.'class/dao/customfields/customfieldsvalues.class.php' );	
+	include_once( PLOG_CLASS_PATH.'class/dao/articlecommentstatus.class.php' );
 
     define( 'POST_EXTENDED_TEXT_MODIFIER', '[@more@]' );
 




More information about the pLog-svn mailing list