[pLog-svn] r6848 - plugins/branches/lifetype-1.2/unported/subscribe

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Apr 4 15:25:18 EDT 2009


Author: jondaley
Date: 2009-04-04 15:25:18 -0400 (Sat, 04 Apr 2009)
New Revision: 6848

Modified:
   plugins/branches/lifetype-1.2/unported/subscribe/pluginsubscribe.class.php
Log:
include the requestgenerator. This is needed for xmlrpc posting to work

Modified: plugins/branches/lifetype-1.2/unported/subscribe/pluginsubscribe.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/subscribe/pluginsubscribe.class.php	2009-04-01 18:30:23 UTC (rev 6847)
+++ plugins/branches/lifetype-1.2/unported/subscribe/pluginsubscribe.class.php	2009-04-04 19:25:18 UTC (rev 6848)
@@ -119,6 +119,7 @@
         function process($eventType, $params){        
             lt_include(PLOG_CLASS_PATH."class/data/textfilter.class.php");
             lt_include(PLOG_CLASS_PATH."class/dao/article.class.php");
+            lt_include(PLOG_CLASS_PATH."class/net/requestgenerator.class.php" );	
 
             $locale = $this->blogInfo->getLocale();
             



More information about the pLog-svn mailing list