[pLog-svn] r6739 - plugins/branches/lifetype-1.2/templateeditor/class/action

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Oct 23 22:18:41 EDT 2008


Author: jondaley
Date: 2008-10-23 22:18:41 -0400 (Thu, 23 Oct 2008)
New Revision: 6739

Modified:
   plugins/branches/lifetype-1.2/templateeditor/class/action/pluginblogupdatetemplatefileaction.class.php
Log:
updated for 1.2.9 more restrictive string validator

Modified: plugins/branches/lifetype-1.2/templateeditor/class/action/pluginblogupdatetemplatefileaction.class.php
===================================================================
--- plugins/branches/lifetype-1.2/templateeditor/class/action/pluginblogupdatetemplatefileaction.class.php	2008-09-12 17:39:53 UTC (rev 6738)
+++ plugins/branches/lifetype-1.2/templateeditor/class/action/pluginblogupdatetemplatefileaction.class.php	2008-10-24 02:18:41 UTC (rev 6739)
@@ -40,7 +40,7 @@
 
             $this->_backupId = $this->_request->getValue( "backupId" );
 
-			$this->registerFieldValidator( "fileContent", new StringValidator());
+			$this->registerFieldValidator( "fileContent", new StringValidator(true));
 			$this->registerFieldValidator( "templateId", new StringValidator());
 			$this->registerField( "subFolderId" );
 			$this->registerFieldValidator( "fileId", new StringValidator());



More information about the pLog-svn mailing list