[pLog-svn] r2917 - plog/trunk/class/action/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Feb 7 09:50:13 GMT 2006


Author: mark
Date: 2006-02-07 09:50:13 +0000 (Tue, 07 Feb 2006)
New Revision: 2917

Modified:
   plog/trunk/class/action/admin/admindeletecommentaction.class.php
Log:
Some bug fix.

Modified: plog/trunk/class/action/admin/admindeletecommentaction.class.php
===================================================================
--- plog/trunk/class/action/admin/admindeletecommentaction.class.php	2006-02-07 09:45:21 UTC (rev 2916)
+++ plog/trunk/class/action/admin/admindeletecommentaction.class.php	2006-02-07 09:50:13 UTC (rev 2917)
@@ -18,6 +18,7 @@
 
     	var $_articleId;
         var $_commentIds;
+		var $_mode;        
 
     	/**
          * Constructor. If nothing else, it also has to call the constructor of the parent
@@ -54,6 +55,8 @@
 				$this->_commentIds = $this->_request->getValue( "commentIds" );
 				
 			$this->_deleteComments();
+			
+			return true;
 		}
 
         /**
@@ -137,4 +140,4 @@
             return true;
         }
     }
-?>
+?>
\ No newline at end of file



More information about the pLog-svn mailing list