[pLog-svn] r1129 - plugins/trunk/karma/class/action

mark at devel.plogworld.net mark at devel.plogworld.net
Fri Feb 18 12:55:33 GMT 2005


Author: mark
Date: 2005-02-18 12:55:33 +0000 (Fri, 18 Feb 2005)
New Revision: 1129

Modified:
   plugins/trunk/karma/class/action/viewmoderateddownaction.class.php
Log:
Remove sessionInfo.class.php

Modified: plugins/trunk/karma/class/action/viewmoderateddownaction.class.php
===================================================================
--- plugins/trunk/karma/class/action/viewmoderateddownaction.class.php	2005-02-18 12:34:15 UTC (rev 1128)
+++ plugins/trunk/karma/class/action/viewmoderateddownaction.class.php	2005-02-18 12:55:33 UTC (rev 1129)
@@ -2,7 +2,6 @@
 
 	include_once( PLOG_CLASS_PATH."class/action/blogaction.class.php" );
     include_once( PLOG_CLASS_PATH."class/view/defaultview.class.php" );
-    // include_once( PLOG_CLASS_PATH."class/net/sessioninfo.class.php" );
     include_once( PLOG_CLASS_PATH."class/dao/articles.class.php" );
     include_once( PLOG_CLASS_PATH."class/dao/blogs.class.php" );
     include_once( PLOG_CLASS_PATH."class/dao/blogsettings.class.php" );
@@ -34,7 +33,6 @@
 			// also, inform the template that we're showing them all!
 			$this->_view =  new PluginTemplatedView( $this->_blogInfo, "karma", "moderateddownlist" );
 			
-			
 			$this->_view->setValue( "showAll", true );
 			// another flag indicating that we are showing the list of moderated down posts
 			$this->_view->setValue( "showModeratedDown", true );




More information about the pLog-svn mailing list