[pLog-svn] r629 - plog/trunk/class/action

oscar at devel.plogworld.net oscar at devel.plogworld.net
Thu Dec 30 16:46:06 GMT 2004


Author: oscar
Date: 2004-12-30 16:46:05 +0000 (Thu, 30 Dec 2004)
New Revision: 629

Modified:
   plog/trunk/class/action/addcommentaction.class.php
Log:
removed an old hack, not needed anymore

Modified: plog/trunk/class/action/addcommentaction.class.php
===================================================================
--- plog/trunk/class/action/addcommentaction.class.php	2004-12-30 16:34:14 UTC (rev 628)
+++ plog/trunk/class/action/addcommentaction.class.php	2004-12-30 16:46:05 UTC (rev 629)
@@ -135,10 +135,6 @@
             if( $this->_parentId == "" || $this->_parentId < 0 )
             	$this->_parentId = 0;
 
-	    // this is a kind of a hack, so that we can somehow choose which view to show after
-	    // adding the post. the only valid value at the moment is "commentarticle"
-	    $this->_nextView = $this->_request->getValue( "nextView" );
-
             // otherwise, we can return everything OK
             return true;
         }




More information about the pLog-svn mailing list