[pLog-svn] r1900 - plog/branches/plog-1.0.1/class/action

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri Apr 22 15:41:23 GMT 2005


Author: oscar
Date: 2005-04-22 15:41:23 +0000 (Fri, 22 Apr 2005)
New Revision: 1900

Modified:
   plog/branches/plog-1.0.1/class/action/commentaction.class.php
Log:
stupid bug, the id of the parent comment wasn't being saved to the db...


Modified: plog/branches/plog-1.0.1/class/action/commentaction.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/action/commentaction.class.php	2005-04-22 14:11:33 UTC (rev 1899)
+++ plog/branches/plog-1.0.1/class/action/commentaction.class.php	2005-04-22 15:41:23 UTC (rev 1900)
@@ -85,7 +85,7 @@
             $this->_view->setValue( "category", $category );
             $this->_view->setValue( "post", $article );
             $this->_view->setValue( "user", $user );
-            $this->_view->setValue( "parentId", $parentId );
+            $this->_view->setValue( "parentId", $this->_parentId );
 			$this->_view->setValue( "comments", $postComments );
 			$this->_view->setValue( "postcomments", $postComments );
 			$this->_view->setValue( "topic", $replyString );			




More information about the pLog-svn mailing list