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

ork at devel.plogworld.net ork at devel.plogworld.net
Tue Apr 5 19:37:39 GMT 2005


Author: ork
Date: 2005-04-05 19:37:38 +0000 (Tue, 05 Apr 2005)
New Revision: 1754

Modified:
   plog/branches/plog-1.1-ben/class/dao/usercomment.class.php
Log:
missing include .. 


Modified: plog/branches/plog-1.1-ben/class/dao/usercomment.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/dao/usercomment.class.php	2005-04-05 19:36:16 UTC (rev 1753)
+++ plog/branches/plog-1.1-ben/class/dao/usercomment.class.php	2005-04-05 19:37:38 UTC (rev 1754)
@@ -3,6 +3,7 @@
 	include_once( PLOG_CLASS_PATH."class/database/dbobject.class.php" );
 	include_once( PLOG_CLASS_PATH."class/dao/userinfo.class.php" );
 	include_once( PLOG_CLASS_PATH."class/dao/article.class.php" );
+	include_once( PLOG_CLASS_PATH."class/dao/articlecommentstatus.class.php" );
 
     /**
      * This class represents a comment made by a casual user to an article. Please use the getter methods




More information about the pLog-svn mailing list