[pLog-svn] r6740 - plugins/branches/lifetype-1.2/templateeditor/class/action
jondaley at devel.lifetype.net
jondaley at devel.lifetype.net
Thu Oct 23 22:21:21 EDT 2008
Author: jondaley
Date: 2008-10-23 22:21:21 -0400 (Thu, 23 Oct 2008)
New Revision: 6740
Modified:
plugins/branches/lifetype-1.2/templateeditor/class/action/pluginsiteupdatetemplatefileaction.class.php
Log:
need the same fix here. Strange that no one noticed before
Modified: plugins/branches/lifetype-1.2/templateeditor/class/action/pluginsiteupdatetemplatefileaction.class.php
===================================================================
--- plugins/branches/lifetype-1.2/templateeditor/class/action/pluginsiteupdatetemplatefileaction.class.php 2008-10-24 02:18:41 UTC (rev 6739)
+++ plugins/branches/lifetype-1.2/templateeditor/class/action/pluginsiteupdatetemplatefileaction.class.php 2008-10-24 02:21:21 UTC (rev 6740)
@@ -41,7 +41,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