[pLog-svn] r2085 - plugins/trunk/stickyposts

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri May 27 13:53:13 GMT 2005


Author: oscar
Date: 2005-05-27 13:53:13 +0000 (Fri, 27 May 2005)
New Revision: 2085

Modified:
   plugins/trunk/stickyposts/pluginstickyposts.class.php
Log:
updated according to lss's fix (http://bugs.plogworld.net/view.php?id=558)


Modified: plugins/trunk/stickyposts/pluginstickyposts.class.php
===================================================================
--- plugins/trunk/stickyposts/pluginstickyposts.class.php	2005-05-27 13:49:29 UTC (rev 2084)
+++ plugins/trunk/stickyposts/pluginstickyposts.class.php	2005-05-27 13:53:13 UTC (rev 2085)
@@ -73,7 +73,7 @@
 			$blogId = $this->blogInfo->getId();
 			
 			$articles = new Articles();
-			$ret_articles = $articles->getBlogArticles( $blogId, -1, $maxpost, $catId, 'published' );
+			$ret_articles = $articles->getBlogArticles( $blogId, -1, $maxpost, $catId, POST_STATUS_PUBLISHED );
 			
 			return $ret_articles;
         }




More information about the pLog-svn mailing list