[pLog-svn] r5355 - plugins/branches/lifetype-1.2/twitter

pwestbro at devel.lifetype.net pwestbro at devel.lifetype.net
Sat Apr 28 06:16:00 EDT 2007


Author: pwestbro
Date: 2007-04-28 06:16:00 -0400 (Sat, 28 Apr 2007)
New Revision: 5355

Modified:
   plugins/branches/lifetype-1.2/twitter/plugintwitter.class.php
Log:
Fixed the plugin for ect using the MovableType api (ecto posts initially in
the "draft" state)


Modified: plugins/branches/lifetype-1.2/twitter/plugintwitter.class.php
===================================================================
--- plugins/branches/lifetype-1.2/twitter/plugintwitter.class.php	2007-04-28 09:52:42 UTC (rev 5354)
+++ plugins/branches/lifetype-1.2/twitter/plugintwitter.class.php	2007-04-28 10:16:00 UTC (rev 5355)
@@ -91,13 +91,7 @@
 			}
 
             $post = $params["article"];
-            
-            // Make sure that the post is "published"
-            if ( $post->getStatus() != POST_STATUS_PUBLISHED )
-            {
-				return true;                
-            }
-            
+                        
 			$this->PostTweet( $post );
 
 			return true;



More information about the pLog-svn mailing list