[pLog-svn] r2397 - plog/branches/plog-1.0.2/class/action

pwestbro at devel.plogworld.net pwestbro at devel.plogworld.net
Wed Aug 3 20:11:14 GMT 2005


Author: pwestbro
Date: 2005-08-03 20:11:14 +0000 (Wed, 03 Aug 2005)
New Revision: 2397

Modified:
   plog/branches/plog-1.0.2/class/action/resourceserveraction.class.php
Log:
Fixed bug in revison 2390


Modified: plog/branches/plog-1.0.2/class/action/resourceserveraction.class.php
===================================================================
--- plog/branches/plog-1.0.2/class/action/resourceserveraction.class.php	2005-08-03 19:18:20 UTC (rev 2396)
+++ plog/branches/plog-1.0.2/class/action/resourceserveraction.class.php	2005-08-03 20:11:14 UTC (rev 2397)
@@ -194,7 +194,7 @@
 				$this->_view = new ResourceServerView();
 				$this->_view->addHeaderResponse( "HTTP/1.1 404 Not Found" );
 				$this->_view->addHeaderResponse( "Status: 404 Not Found" );
-				$this->_view->addHeaderResponse( "X-pLog-Error: Resource $this->resId not found" );		
+				$this->_view->addHeaderResponse( "X-pLog-Error: Resource $this->_resId not found" );		
 				
 				return false;
 			}




More information about the pLog-svn mailing list