[pLog-svn] r5914 - plog/trunk/class/action/admin
    oscar at devel.lifetype.net 
    oscar at devel.lifetype.net
       
    Thu Sep  6 17:41:19 EDT 2007
    
    
  
Author: oscar
Date: 2007-09-06 17:41:19 -0400 (Thu, 06 Sep 2007)
New Revision: 5914
Modified:
   plog/trunk/class/action/admin/admincopytemplatesetaction.class.php
Log:
Small fix to get this working again.
Modified: plog/trunk/class/action/admin/admincopytemplatesetaction.class.php
===================================================================
--- plog/trunk/class/action/admin/admincopytemplatesetaction.class.php	2007-09-06 21:37:51 UTC (rev 5913)
+++ plog/trunk/class/action/admin/admincopytemplatesetaction.class.php	2007-09-06 21:41:19 UTC (rev 5914)
@@ -29,9 +29,6 @@
 		
 		function validate()
 		{
-			if( !parent::validate()) 
-				return false;
-
 			if( !$this->validateTemplateName())
 				return( false );
 
    
    
More information about the pLog-svn
mailing list