[pLog-svn] r1786 - plog/branches/plog-1.0.1/class/logger/config

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Fri Apr 8 12:07:51 GMT 2005


Author: jondaley
Date: 2005-04-08 12:07:51 +0000 (Fri, 08 Apr 2005)
New Revision: 1786

Modified:
   plog/branches/plog-1.0.1/class/logger/config/loggerconfigloader.class.php
Log:
per oscar's request. http://bugs.plogworld.net/view.php?id=412

Modified: plog/branches/plog-1.0.1/class/logger/config/loggerconfigloader.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/logger/config/loggerconfigloader.class.php	2005-04-08 12:02:31 UTC (rev 1785)
+++ plog/branches/plog-1.0.1/class/logger/config/loggerconfigloader.class.php	2005-04-08 12:07:51 UTC (rev 1786)
@@ -1,6 +1,6 @@
 <?php
 
-	define( "LOGGER_DEFAULT_CONFIG_FILE_PATH", "config/logging.properties.php" );
+	define( "LOGGER_DEFAULT_CONFIG_FILE_PATH", PLOG_CLASS_PATH."config/logging.properties.php" );
 	
 	include_once( PLOG_CLASS_PATH."class/file/file.class.php" );
 




More information about the pLog-svn mailing list