[pLog-svn] r6592 - plog/branches/lifetype-1.2/class/action/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Thu Jun 19 11:39:16 EDT 2008


Author: mark
Date: 2008-06-19 11:39:16 -0400 (Thu, 19 Jun 2008)
New Revision: 6592

Modified:
   plog/branches/lifetype-1.2/class/action/admin/admindeletetrackbackaction.class.php
Log:
Nope, I want to keep it in current way.

Modified: plog/branches/lifetype-1.2/class/action/admin/admindeletetrackbackaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/admindeletetrackbackaction.class.php	2008-06-19 15:37:50 UTC (rev 6591)
+++ plog/branches/lifetype-1.2/class/action/admin/admindeletetrackbackaction.class.php	2008-06-19 15:39:16 UTC (rev 6592)
@@ -30,7 +30,7 @@
 			
 			$this->_mode = $actionInfo->getActionParamValue();
 			$this->registerFieldValidator( "articleId", new IntegerValidator());
-                // TODO: should we use the third parameter, rather than have a conditional validation?
+
 			if( $this->_mode == "deleteTrackback" )
 				$this->registerFieldValidator( "trackbackId", new IntegerValidator());
 			else 



More information about the pLog-svn mailing list