[pLog-svn] r5832 - plog/trunk/class/action/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Aug 15 17:06:44 EDT 2007


Author: oscar
Date: 2007-08-15 17:06:44 -0400 (Wed, 15 Aug 2007)
New Revision: 5832

Modified:
   plog/trunk/class/action/admin/adminaddtemplatefolderaction.class.php
Log:
Removed an include that does not exist.

Modified: plog/trunk/class/action/admin/adminaddtemplatefolderaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminaddtemplatefolderaction.class.php	2007-08-15 21:05:35 UTC (rev 5831)
+++ plog/trunk/class/action/admin/adminaddtemplatefolderaction.class.php	2007-08-15 21:06:44 UTC (rev 5832)
@@ -1,7 +1,6 @@
 <?php
 
 	lt_include( PLOG_CLASS_PATH."class/action/admin/adminaction.class.php" );
-	lt_include( PLOG_CLASS_PATH."class/view/admin/adminnewtemplatefolderview.class.php" );
 	lt_include( PLOG_CLASS_PATH."class/data/validator/templatenamevalidator.class.php" );	
 	lt_include( PLOG_CLASS_PATH."class/data/validator/stringvalidator.class.php" );		
 	lt_include( PLOG_CLASS_PATH."class/data/filter/regexpfilter.class.php" );		



More information about the pLog-svn mailing list