[pLog-svn] r7158 - in plugins/branches/lifetype-1.2/moblog: . install

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Oct 27 11:01:48 EDT 2011


Author: jondaley
Date: 2011-10-27 11:01:48 -0400 (Thu, 27 Oct 2011)
New Revision: 7158

Modified:
   plugins/branches/lifetype-1.2/moblog/install/moblog.php
   plugins/branches/lifetype-1.2/moblog/pluginmoblog.class.php
Log:
hmm - the TODO was already there.  I just need to uncomment it, right?  http://bugs.lifetype.net/view.php?id=1657

Modified: plugins/branches/lifetype-1.2/moblog/install/moblog.php
===================================================================
--- plugins/branches/lifetype-1.2/moblog/install/moblog.php	2011-10-27 14:47:04 UTC (rev 7157)
+++ plugins/branches/lifetype-1.2/moblog/install/moblog.php	2011-10-27 15:01:48 UTC (rev 7158)
@@ -315,8 +315,8 @@
     $response = new MoblogResponse( $request->getReplyTo(), $locale->tr("moblog_mailsubject"), $responseBody ); 
     MoblogLogger::log( "Post was successfully added to the database." );
 
-        // TODO: we should send regular events
-        //notifyEvent( EVENT_POST_POST_ADD, Array( "article" => &$article )); 
+        // Send the event so other folks know we just added an article
+    notifyEvent( EVENT_POST_POST_ADD, Array( "article" => &$article )); 
 }
 $response->send();
     

Modified: plugins/branches/lifetype-1.2/moblog/pluginmoblog.class.php
===================================================================
--- plugins/branches/lifetype-1.2/moblog/pluginmoblog.class.php	2011-10-27 14:47:04 UTC (rev 7157)
+++ plugins/branches/lifetype-1.2/moblog/pluginmoblog.class.php	2011-10-27 15:01:48 UTC (rev 7158)
@@ -14,7 +14,7 @@
             $this->id = "moblog";
             $this->author = "The Lifetype Project";
             $this->locales = Array();
-			$this->version = "20090618";
+			$this->version = "20111027";
             $this->desc = "
 Send a message with the following format ('start' and 'end' messages not included!):<br/>
 <br/>



More information about the pLog-svn mailing list