[pLog-svn] r2994 - plog/trunk/class/dao

mark at devel.lifetype.net mark at devel.lifetype.net
Wed Mar 1 14:45:26 GMT 2006


Author: mark
Date: 2006-03-01 14:45:25 +0000 (Wed, 01 Mar 2006)
New Revision: 2994

Modified:
   plog/trunk/class/dao/article.class.php
Log:
I think we need to include DbObject to article.class.php

Modified: plog/trunk/class/dao/article.class.php
===================================================================
--- plog/trunk/class/dao/article.class.php	2006-03-01 08:10:26 UTC (rev 2993)
+++ plog/trunk/class/dao/article.class.php	2006-03-01 14:45:25 UTC (rev 2994)
@@ -1,5 +1,5 @@
 <?php
-
+    include_once( PLOG_CLASS_PATH."class/database/dbobject.class.php" );
     include_once( PLOG_CLASS_PATH.'class/dao/articlestatus.class.php' );
 	include_once( PLOG_CLASS_PATH.'class/dao/articlecommentstatus.class.php' );
 



More information about the pLog-svn mailing list