[pLog-svn] r4343 - plog/trunk/class/view

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Nov 26 22:07:28 GMT 2006


Author: oscar
Date: 2006-11-26 22:07:27 +0000 (Sun, 26 Nov 2006)
New Revision: 4343

Modified:
   plog/trunk/class/view/viewarticleview.class.php
Log:
I forgot this from the previous commit


Modified: plog/trunk/class/view/viewarticleview.class.php
===================================================================
--- plog/trunk/class/view/viewarticleview.class.php	2006-11-26 22:07:03 UTC (rev 4342)
+++ plog/trunk/class/view/viewarticleview.class.php	2006-11-26 22:07:27 UTC (rev 4343)
@@ -64,7 +64,7 @@
 			
 			// once ready, put the article back to the context of the view
 			$this->setValue( 'post', $article );			
-            $this->setValue( 'comments', $article->getComments());
+            //$this->setValue( 'comments', $article->getComments());
             $this->setValue( 'user', $article->getUser());
             $this->setValue( 'trackbacks', $article->getTrackbacks());
             



More information about the pLog-svn mailing list