[pLog-svn] r657 - plog/trunk/class/view/admin

ork at devel.plogworld.net ork at devel.plogworld.net
Mon Jan 3 21:08:29 GMT 2005


Author: ork
Date: 2005-01-03 21:08:29 +0000 (Mon, 03 Jan 2005)
New Revision: 657

Modified:
   plog/trunk/class/view/admin/admindashboardview.class.php
Log:
needed another include_once.. 


Modified: plog/trunk/class/view/admin/admindashboardview.class.php
===================================================================
--- plog/trunk/class/view/admin/admindashboardview.class.php	2005-01-03 15:52:23 UTC (rev 656)
+++ plog/trunk/class/view/admin/admindashboardview.class.php	2005-01-03 21:08:29 UTC (rev 657)
@@ -7,6 +7,7 @@
 	include_once( PLOG_CLASS_PATH."class/view/view.class.php" );
     include_once( PLOG_CLASS_PATH."class/template/templateservice.class.php" );
     include_once( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
+    include_once( PLOG_CLASS_PATH."class/template/menu/menurenderer.class.php" );
 	include_once( PLOG_CLASS_PATH."class/dao/articles.class.php" );
 	include_once( PLOG_CLASS_PATH."class/dao/articlecomments.class.php" );
 	include_once( PLOG_CLASS_PATH."class/gallery/dao/galleryresources.class.php" );




More information about the pLog-svn mailing list