[pLog-svn] r2296 - plog/branches/plog-1.0.2/class/action

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Sat Jul 9 13:59:51 GMT 2005


Author: jondaley
Date: 2005-07-09 13:59:50 +0000 (Sat, 09 Jul 2005)
New Revision: 2296

Modified:
   plog/branches/plog-1.0.2/class/action/commentaction.class.php
Log:
typo.  http://bugs.plogworld.net/view.php?id=628

Modified: plog/branches/plog-1.0.2/class/action/commentaction.class.php
===================================================================
--- plog/branches/plog-1.0.2/class/action/commentaction.class.php	2005-07-09 13:55:38 UTC (rev 2295)
+++ plog/branches/plog-1.0.2/class/action/commentaction.class.php	2005-07-09 13:59:50 UTC (rev 2296)
@@ -70,7 +70,6 @@
 			// fetch the comments so far
 			$comments = new ArticleComments();
 			$postComments = $comments->getPostComments( $article->getId());
-			$postComments = $comments->getPostComments( $article->getId());
 			if( $this->_parentId > 0 ) {
 				// get a pre-set string for the subject field, for those users interested
 				$comment = $comments->getPostComment( $article->getId(), $this->_parentId );




More information about the pLog-svn mailing list