[pLog-svn] r5193 - plog/branches/lifetype-1.2/class/config

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Mar 26 11:43:17 EDT 2007


Author: mark
Date: 2007-03-26 11:43:17 -0400 (Mon, 26 Mar 2007)
New Revision: 5193

Modified:
   plog/branches/lifetype-1.2/class/config/configdbstorage.class.php
Log:
Fixed a include file according user suggested in mailing list.

Modified: plog/branches/lifetype-1.2/class/config/configdbstorage.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/config/configdbstorage.class.php	2007-03-26 05:52:35 UTC (rev 5192)
+++ plog/branches/lifetype-1.2/class/config/configdbstorage.class.php	2007-03-26 15:43:17 UTC (rev 5193)
@@ -1,7 +1,7 @@
 <?php
 
     
-    lt_include( PLOG_CLASS_PATH."class/config/configfilestorage.class.php" );
+    lt_include( PLOG_CLASS_PATH."class/config/configabstractstorage.class.php" );
 	lt_include( PLOG_CLASS_PATH."class/cache/cachemanager.class.php" );
 	lt_include( PLOG_CLASS_PATH.'class/dao/daocacheconstants.properties.php' );
 



More information about the pLog-svn mailing list