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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Aug 22 17:11:58 EDT 2007


Author: jondaley
Date: 2007-08-22 17:11:58 -0400 (Wed, 22 Aug 2007)
New Revision: 5862

Modified:
   plog/branches/lifetype-1.2/class/action/action.class.php
Log:
typo

Modified: plog/branches/lifetype-1.2/class/action/action.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/action.class.php	2007-08-22 20:46:32 UTC (rev 5861)
+++ plog/branches/lifetype-1.2/class/action/action.class.php	2007-08-22 21:11:58 UTC (rev 5862)
@@ -150,7 +150,7 @@
 			// use the FormValidator object to validate the data
 			$validationOk =  $this->_form->validate( $this->_request );
 			
-			// if something went wrong... let's do somethinga about it :)
+			// if something went wrong... let's do something about it :)
 			if( !$validationOk ) {
 				$this->validationErrorProcessing();
 			}
@@ -268,7 +268,6 @@
 					$this->_view->setValue( "$fieldName", $fieldValue );
 				}
 			}
-			
 			return true;
 		}
 		



More information about the pLog-svn mailing list