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

Mark Wu markplace at gmail.com
Thu Apr 27 16:11:53 GMT 2006


I think put the die() should be okay. I forgot why I did not put a die()
function there ..

Mark 

> -----Original Message-----
> From: plog-svn-bounces at devel.lifetype.net 
> [mailto:plog-svn-bounces at devel.lifetype.net] On Behalf Of 
> jondaley at devel.lifetype.net
> Sent: Thursday, April 27, 2006 10:56 AM
> To: plog-svn at devel.lifetype.net
> Subject: [pLog-svn] r3280 - plog/trunk/class/action
> 
> Author: jondaley
> Date: 2006-04-27 02:56:24 +0000 (Thu, 27 Apr 2006) New Revision: 3280
> 
> Modified:
>    plog/trunk/class/action/blogaction.class.php
> Log:
> we need to at least return out of here, I think die is the 
> right thing?  Mark?
> 
> Modified: plog/trunk/class/action/blogaction.class.php
> ===================================================================
> --- plog/trunk/class/action/blogaction.class.php	
> 2006-04-27 02:51:53 UTC (rev 3279)
> +++ plog/trunk/class/action/blogaction.class.php	
> 2006-04-27 02:56:24 UTC (rev 3280)
> @@ -54,6 +54,7 @@
>  	            
>  				$this->_view = new 
> RedirectView( $blogDoesNotExistUrl );
>  				$this->_view->render();
> +                die();
>  			}
>  
>              // save the blogid in the session
> 
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn



More information about the pLog-svn mailing list