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

mark at devel.lifetype.net mark at devel.lifetype.net
Wed Jun 18 03:02:31 EDT 2008


Author: mark
Date: 2008-06-18 03:02:30 -0400 (Wed, 18 Jun 2008)
New Revision: 6567

Modified:
   plog/branches/lifetype-1.2/class/action/admin/adminloginaction.class.php
Log:
We don't need _op here, we never use it in this action.

Modified: plog/branches/lifetype-1.2/class/action/admin/adminloginaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/adminloginaction.class.php	2008-06-18 06:58:02 UTC (rev 6566)
+++ plog/branches/lifetype-1.2/class/action/admin/adminloginaction.class.php	2008-06-18 07:02:30 UTC (rev 6567)
@@ -26,7 +26,6 @@
 
     	var $_userName;
         var $_userPassword;
-        var $_op;
         var $_locale;
 
     	/**
@@ -56,8 +55,6 @@
         	// get the parameters, which have already been validated
             $this->_userName     = Textfilter::filterAllHTML($this->_request->getValue( "userName" ));
             $this->_userPassword = $this->_request->getValue( "userPassword" );
-                // TODO: validate op
-            $this->_op           = Textfilter::filterAllHTML($this->_request->getValue( "op" ));
 
 			// create a plugin manager
 			$pm =& PluginManager::getPluginManager();	



More information about the pLog-svn mailing list