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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Jun 21 14:54:37 EDT 2008


Author: jondaley
Date: 2008-06-21 14:54:37 -0400 (Sat, 21 Jun 2008)
New Revision: 6629

Modified:
   plog/branches/lifetype-1.2/class/action/defaultaction.class.php
Log:
removed default 'false'

Modified: plog/branches/lifetype-1.2/class/action/defaultaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/defaultaction.class.php	2008-06-21 18:54:26 UTC (rev 6628)
+++ plog/branches/lifetype-1.2/class/action/defaultaction.class.php	2008-06-21 18:54:37 UTC (rev 6629)
@@ -32,7 +32,7 @@
 			
 			$this->registerFieldValidator( "searchTerms", new StringValidator( true ), true );
 			$this->registerFieldValidator( "postCategoryId", new IntegerValidator(), true );
-			$this->registerFieldValidator( "postCategoryName", new StringValidator( false ), true );
+			$this->registerFieldValidator( "postCategoryName", new StringValidator( ), true );
 			$this->registerFieldValidator( "userId", new IntegerValidator(), true );
 			$this->registerFieldValidator( "userName", new UsernameValidator(), true );
 			



More information about the pLog-svn mailing list