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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Apr 24 05:12:43 EDT 2007


Author: jondaley
Date: 2007-04-24 05:12:43 -0400 (Tue, 24 Apr 2007)
New Revision: 5340

Modified:
   plog/branches/lifetype-1.2/class/action/viewarticleaction.class.php
Log:
errorview is already included

Modified: plog/branches/lifetype-1.2/class/action/viewarticleaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/viewarticleaction.class.php	2007-04-24 09:11:56 UTC (rev 5339)
+++ plog/branches/lifetype-1.2/class/action/viewarticleaction.class.php	2007-04-24 09:12:43 UTC (rev 5340)
@@ -71,8 +71,6 @@
 		
 		function _setErrorView()
 		{
-            lt_include( PLOG_CLASS_PATH."class/view/errorview.class.php" );
-
 			$this->_view = new ErrorView( $this->_blogInfo );
 			$this->_view->setValue( "message", "error_fetching_article" );
 			$this->setCommonData();		



More information about the pLog-svn mailing list