[pLog-svn] r2003 - plugins/trunk/submissions

mark at devel.plogworld.net mark at devel.plogworld.net
Fri May 13 05:50:16 GMT 2005


Author: mark
Date: 2005-05-13 05:50:16 +0000 (Fri, 13 May 2005)
New Revision: 2003

Modified:
   plugins/trunk/submissions/pluginsubmissions.class.php
Log:
For include rawrequestgenerator

Modified: plugins/trunk/submissions/pluginsubmissions.class.php
===================================================================
--- plugins/trunk/submissions/pluginsubmissions.class.php	2005-05-13 04:21:58 UTC (rev 2002)
+++ plugins/trunk/submissions/pluginsubmissions.class.php	2005-05-13 05:50:16 UTC (rev 2003)
@@ -1,6 +1,8 @@
 <?php
 
 	include_once( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
+    include_once( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
+    include_once( PLOG_CLASS_PATH."class/net/rawrequestgenerator.class.php" );	
 	
 	define( "POST_STATUS_EXTERNAL_SUBMISSION", 200 );
 	




More information about the pLog-svn mailing list