[pLog-svn] r3188 - plog/trunk

pwestbro at devel.lifetype.net pwestbro at devel.lifetype.net
Wed Apr 5 07:21:42 GMT 2006


Author: pwestbro
Date: 2006-04-05 07:21:40 +0000 (Wed, 05 Apr 2006)
New Revision: 3188

Modified:
   plog/trunk/xmlrpc.php
Log:
Added missing include in xmlrpc.  Now resouces can be added from xmlrpc

Modified: plog/trunk/xmlrpc.php
===================================================================
--- plog/trunk/xmlrpc.php	2006-04-04 18:20:59 UTC (rev 3187)
+++ plog/trunk/xmlrpc.php	2006-04-05 07:21:40 UTC (rev 3188)
@@ -17,6 +17,7 @@
 	include_once( PLOG_CLASS_PATH."class/dao/users.class.php" );
 	include_once( PLOG_CLASS_PATH."class/dao/blogs.class.php" );
 	include_once( PLOG_CLASS_PATH."class/template/cachecontrol.class.php" );
+	include_once( PLOG_CLASS_PATH."class/gallery/dao/galleryalbums.class.php" );
 	include_once( PLOG_CLASS_PATH."class/gallery/dao/galleryresources.class.php" );
 	include_once( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );	
 	



More information about the pLog-svn mailing list