[pLog-svn] r2122 - plog/branches/plog-1.1-ben/class/view

ork at devel.plogworld.net ork at devel.plogworld.net
Tue May 31 00:24:13 GMT 2005


Author: ork
Date: 2005-05-31 00:24:13 +0000 (Tue, 31 May 2005)
New Revision: 2122

Modified:
   plog/branches/plog-1.1-ben/class/view/blogview.class.php
Log:
added missing include


Modified: plog/branches/plog-1.1-ben/class/view/blogview.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/view/blogview.class.php	2005-05-31 00:23:35 UTC (rev 2121)
+++ plog/branches/plog-1.1-ben/class/view/blogview.class.php	2005-05-31 00:24:13 UTC (rev 2122)
@@ -165,6 +165,8 @@
          */
         function _getArticleCategories()
         {
+            require_once( PLOG_CLASS_PATH.'class/dao/articlecategories.class.php' ); 
+
 			$blogSettings = $this->_blogInfo->getSettings();
 			$categoryOrder = $blogSettings->getValue( 'categories_order' );
         	$categories = new ArticleCategories();




More information about the pLog-svn mailing list