[pLog-svn] r2961 - plugins/trunk/templateeditor/class/action

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Feb 16 19:37:37 GMT 2006


Author: oscar
Date: 2006-02-16 19:37:37 +0000 (Thu, 16 Feb 2006)
New Revision: 2961

Modified:
   plugins/trunk/templateeditor/class/action/pluginsiteuploadtemplatefileaction.class.php
Log:
added a missing include


Modified: plugins/trunk/templateeditor/class/action/pluginsiteuploadtemplatefileaction.class.php
===================================================================
--- plugins/trunk/templateeditor/class/action/pluginsiteuploadtemplatefileaction.class.php	2006-02-16 18:06:29 UTC (rev 2960)
+++ plugins/trunk/templateeditor/class/action/pluginsiteuploadtemplatefileaction.class.php	2006-02-16 19:37:37 UTC (rev 2961)
@@ -57,6 +57,8 @@
 		function perform()
 		{
         	// uploads the file and moves it to the correct folder
+            include_once( PLOG_CLASS_PATH."class/file/fileuploads.class.php" );
+            
             $uploads  = new FileUploads( $this->_files );
             
             // make sure were it should go



More information about the pLog-svn mailing list