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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Apr 27 02:56:25 GMT 2006


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



More information about the pLog-svn mailing list