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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Mar 9 16:22:54 GMT 2005


Author: oscar
Date: 2005-03-09 16:22:54 +0000 (Wed, 09 Mar 2005)
New Revision: 1386

Modified:
   plog/trunk/class/action/admin/admincleanupaction.class.php
Log:
fixed issue 319 (http://bugs.plogworld.net/view.php?id=319)

Modified: plog/trunk/class/action/admin/admincleanupaction.class.php
===================================================================
--- plog/trunk/class/action/admin/admincleanupaction.class.php	2005-03-09 15:38:55 UTC (rev 1385)
+++ plog/trunk/class/action/admin/admincleanupaction.class.php	2005-03-09 16:22:54 UTC (rev 1386)
@@ -26,7 +26,7 @@
 			// depending on which button was clicked
 			if( $this->_request->getValue( "purgePosts" ))
 				$this->_op = "cleanupPosts";
-			else
+			elseif( $this->_request->getValue( "purgeSpam" ))
 				$this->_op = "cleanupSpam";
 			
 			$this->_message = "";




More information about the pLog-svn mailing list