[pLog-svn] r4090 - plog/trunk

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Oct 4 21:10:37 GMT 2006


Author: oscar
Date: 2006-10-04 21:10:36 +0000 (Wed, 04 Oct 2006)
New Revision: 4090

Modified:
   plog/trunk/xmlrpc.php
Log:
another missing include


Modified: plog/trunk/xmlrpc.php
===================================================================
--- plog/trunk/xmlrpc.php	2006-10-04 21:10:10 UTC (rev 4089)
+++ plog/trunk/xmlrpc.php	2006-10-04 21:10:36 UTC (rev 4090)
@@ -4,7 +4,8 @@
     	define( "PLOG_CLASS_PATH", dirname(__FILE__)."/");
     }
 
-	include_once( PLOG_CLASS_PATH."class/net/xmlrpc/xmlrpcserver.class.php" );
+	include_once( PLOG_CLASS_PATH."class/object/loader.class.php" );
+	lt_include( PLOG_CLASS_PATH."class/net/xmlrpc/xmlrpcserver.class.php" );
 	
 	$server = new XmlRpcServer();
 



More information about the pLog-svn mailing list