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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sun Jun 22 18:03:15 EDT 2008


Author: jondaley
Date: 2008-06-22 18:03:14 -0400 (Sun, 22 Jun 2008)
New Revision: 6646

Modified:
   plog/branches/lifetype-1.2/class/action/admin/adminaddtemplateaction.class.php
Log:
removed unused validators - is it correct that the uploadvalidator is not used in any of our code?

Modified: plog/branches/lifetype-1.2/class/action/admin/adminaddtemplateaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/adminaddtemplateaction.class.php	2008-06-22 22:01:57 UTC (rev 6645)
+++ plog/branches/lifetype-1.2/class/action/admin/adminaddtemplateaction.class.php	2008-06-22 22:03:14 UTC (rev 6646)
@@ -4,12 +4,10 @@
     lt_include( PLOG_CLASS_PATH.'class/view/admin/adminsitetemplateslistview.class.php' );
     lt_include( PLOG_CLASS_PATH.'class/view/admin/admintemplatedview.class.php' );
     lt_include( PLOG_CLASS_PATH.'class/file/unpacker/unpacker.class.php' );
-    lt_include( PLOG_CLASS_PATH.'class/data/validator/stringvalidator.class.php' );
     lt_include( PLOG_CLASS_PATH.'class/template/templatesandbox.class.php' );
     lt_include( PLOG_CLASS_PATH.'class/file/fileuploads.class.php' );
 	lt_include( PLOG_CLASS_PATH.'class/template/templatesets/templatesetstorage.class.php' );
 	lt_include( PLOG_CLASS_PATH.'class/template/templatesets/templatefinder.class.php' );
-	lt_include( PLOG_CLASS_PATH.'class/data/validator/uploadvalidator.class.php' );
 
     /**
      * \ingroup Action



More information about the pLog-svn mailing list