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

ork at devel.plogworld.net ork at devel.plogworld.net
Tue Apr 12 10:57:48 GMT 2005


Author: ork
Date: 2005-04-12 10:57:48 +0000 (Tue, 12 Apr 2005)
New Revision: 1821

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


Modified: plog/branches/plog-1.1-ben/class/dao/articles.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/dao/articles.class.php	2005-04-12 10:55:32 UTC (rev 1820)
+++ plog/branches/plog-1.1-ben/class/dao/articles.class.php	2005-04-12 10:57:48 UTC (rev 1821)
@@ -1071,6 +1071,7 @@
             include_once( PLOG_CLASS_PATH.'class/dao/article.class.php' );
             include_once( PLOG_CLASS_PATH.'class/dao/users.class.php' );
             include_once( PLOG_CLASS_PATH.'class/dao/blogs.class.php' );
+            include_once( PLOG_CLASS_PATH."class/dao/bloginfo.class.php" );
 
 			$id = $query_result['id'];
 			if( isset($this->cache[$id])) {




More information about the pLog-svn mailing list