[pLog-svn] r6164 - plog/branches/lifetype-1.2/class/action

Mark Wu markplace at gmail.com
Tue Jan 22 04:19:25 EST 2008


Does anyone still us IE6? Can you test this fix work for IE6 or not  (in
custom/pretty/mod_rewrite).

I just test in FF/IE7, the browser get 404 and also show the error page
without any problem.

Mark

> -----Original Message-----
> From: plog-svn-bounces at devel.lifetype.net 
> [mailto:plog-svn-bounces at devel.lifetype.net] On Behalf Of 
> mark at devel.lifetype.net
> Sent: Tuesday, January 22, 2008 5:12 PM
> To: plog-svn at devel.lifetype.net
> Subject: [pLog-svn] r6164 - plog/branches/lifetype-1.2/class/action
> 
> Author: mark
> Date: 2008-01-22 04:12:15 -0500 (Tue, 22 Jan 2008) New Revision: 6164
> 
> Modified:
>    plog/branches/lifetype-1.2/class/action/viewarticleaction.class.php
> Log:
> Fixed bug http://bugs.lifetype.net/view.php?id=1440
> 
> Modified: 
> plog/branches/lifetype-1.2/class/action/viewarticleaction.class.php
> ===================================================================
> --- 
> plog/branches/lifetype-1.2/class/action/viewarticleaction.cl
> ass.php	2008-01-22 06:18:36 UTC (rev 6163)
> +++ 
> plog/branches/lifetype-1.2/class/action/viewarticleaction.cl
> ass.php	2008-01-22 09:12:15 UTC (rev 6164)
> @@ -73,7 +73,11 @@
>  		{
>  			$this->_view = new ErrorView( 
> $this->_blogInfo );
>  			$this->_view->setValue( "message", 
> "error_fetching_article" );
> -			$this->setCommonData();		
> +			if( $this->_config->getValue( 
> 'request_format_mode' ) != NORMAL_REQUEST_MODE ) 
> +			{
> +				$this->_view->_headers[0] = 
> "HTTP/1.0 404 Not Found";
> +			}
> +			$this->setCommonData();
>  		}
>  		
>  		/**
> 
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn



More information about the pLog-svn mailing list