[pLog-svn] r1824 - plog/branches/plog-1.0.1/class/action/admin

mark at devel.plogworld.net mark at devel.plogworld.net
Tue Apr 12 12:11:57 GMT 2005


Author: mark
Date: 2005-04-12 12:11:57 +0000 (Tue, 12 Apr 2005)
New Revision: 1824

Modified:
   plog/branches/plog-1.0.1/class/action/admin/adminmainaction.class.php
Log:
Add more clear comments to nextAction.

Modified: plog/branches/plog-1.0.1/class/action/admin/adminmainaction.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/action/admin/adminmainaction.class.php	2005-04-12 12:07:44 UTC (rev 1823)
+++ plog/branches/plog-1.0.1/class/action/admin/adminmainaction.class.php	2005-04-12 12:11:57 UTC (rev 1824)
@@ -88,10 +88,12 @@
          */
         function perform()
         {
+			// we don't have to worry about much more here, we can let the
+			// $this->_nextAction action take care of everytyhing now...
+			// If $this->_nextAction is null, we use "newPost" as default nextAction
+				        
 	        $this->_nextAction = $this->_request->getValue( "action" );
 
-			// we don't have to worry about much more here, we can let the
-			// "newPost" action take care of everytyhing now...
 			if ( $this->_nextAction ) {
 				AdminController::setForwardAction( $this->_nextAction );
 		    } else {




More information about the pLog-svn mailing list