[pLog-svn] r535 - plugins/trunk/feedreader/class/action

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Dec 19 00:06:00 GMT 2004


Author: oscar
Date: 2004-12-19 00:06:00 +0000 (Sun, 19 Dec 2004)
New Revision: 535

Modified:
   plugins/trunk/feedreader/class/action/feedreaderaction.class.php
Log:
fixed one missing include

Modified: plugins/trunk/feedreader/class/action/feedreaderaction.class.php
===================================================================
--- plugins/trunk/feedreader/class/action/feedreaderaction.class.php	2004-12-18 23:46:41 UTC (rev 534)
+++ plugins/trunk/feedreader/class/action/feedreaderaction.class.php	2004-12-19 00:06:00 UTC (rev 535)
@@ -3,6 +3,7 @@
 	include_once( PLOG_CLASS_PATH."class/action/admin/adminaction.class.php" );
 	include_once( PLOG_CLASS_PATH."class/dao/mylinkscategories.class.php" );
 	include_once( PLOG_CLASS_PATH."plugins/feedreader/class/dao/feedreaderdata.class.php" );
+	include_once( PLOG_CLASS_PATH."class/view/admin/adminplugintemplatedview.class.php" );
 	
 	class FeedReaderAction extends AdminAction
 	{




More information about the pLog-svn mailing list