[pLog-svn] r4089 - plog/trunk

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Oct 4 21:10:11 GMT 2006


Author: oscar
Date: 2006-10-04 21:10:10 +0000 (Wed, 04 Oct 2006)
New Revision: 4089

Modified:
   plog/trunk/resserver.php
Log:
Added a missing include


Modified: plog/trunk/resserver.php
===================================================================
--- plog/trunk/resserver.php	2006-10-04 21:01:34 UTC (rev 4088)
+++ plog/trunk/resserver.php	2006-10-04 21:10:10 UTC (rev 4089)
@@ -9,9 +9,10 @@
     if (!defined( "PLOG_CLASS_PATH" )) {
         define( "PLOG_CLASS_PATH", dirname(__FILE__)."/");
     }
-    
-    include_once( PLOG_CLASS_PATH."class/config/config.class.php" );
 
+	include_once( PLOG_CLASS_PATH."class/object/loader.class.php" );    
+    lt_include( PLOG_CLASS_PATH."class/config/config.class.php" );
+
 	// the functionality of the old ressever.php file have been moved
 	// to the action ResourceServerAction and ResourceServerView for better
 	// integration with the reset of the framework. This file has been kept
@@ -22,5 +23,5 @@
 	$config =& Config::getConfig();
 	$indexPage = $config->getValue( "script_name", "index.php" );
 	
-	include_once( PLOG_CLASS_PATH.$indexPage );
-?>
\ No newline at end of file
+	lt_include( PLOG_CLASS_PATH.$indexPage );
+?>



More information about the pLog-svn mailing list