[pLog-svn] r758 - plugins/trunk/feedreader/class/view

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Jan 18 21:22:55 GMT 2005


Author: oscar
Date: 2005-01-18 21:22:55 +0000 (Tue, 18 Jan 2005)
New Revision: 758

Modified:
   plugins/trunk/feedreader/class/view/feedlistview.class.php
Log:
little bug :)


Modified: plugins/trunk/feedreader/class/view/feedlistview.class.php
===================================================================
--- plugins/trunk/feedreader/class/view/feedlistview.class.php	2005-01-18 21:20:59 UTC (rev 757)
+++ plugins/trunk/feedreader/class/view/feedlistview.class.php	2005-01-18 21:22:55 UTC (rev 758)
@@ -14,6 +14,8 @@
 		function FeedListView( $blogInfo, $categoryId = -1 )
 		{
 			$this->AdminPluginTemplatedView( $blogInfo, "feedreader", "feedlist" );
+			
+			$this->_categoryId = $categoryId;
 		}
 		
 		function render()




More information about the pLog-svn mailing list