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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Apr 15 14:32:07 EDT 2009


Author: jondaley
Date: 2009-04-15 14:32:07 -0400 (Wed, 15 Apr 2009)
New Revision: 6863

Modified:
   plog/branches/lifetype-1.2/class/action/admin/adminupdatepostaction.class.php
Log:
removed dos line endings

Modified: plog/branches/lifetype-1.2/class/action/admin/adminupdatepostaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/adminupdatepostaction.class.php	2009-04-15 16:55:52 UTC (rev 6862)
+++ plog/branches/lifetype-1.2/class/action/admin/adminupdatepostaction.class.php	2009-04-15 18:32:07 UTC (rev 6863)
@@ -31,9 +31,8 @@
         {
         	$this->AdminPostManagementCommonAction( $actionInfo, $request );
 
-        	// postId is the must have field when we update the post.
-        	$this->registerFieldValidator( "postId", new IntegerValidator() );
-        	
+        	// postId is the must have field when we update the post.
+        	$this->registerFieldValidator( "postId", new IntegerValidator() );
         	$view = new AdminEditPostView( $this->_blogInfo );
         	$view->setErrorMessage( $this->_locale->tr("error_updating_post"));
         	$this->setValidationErrorView( $view );



More information about the pLog-svn mailing list