[pLog-svn] r3235 - plog/trunk/class/dao
    oscar at devel.lifetype.net 
    oscar at devel.lifetype.net
       
    Tue Apr 11 21:42:38 GMT 2006
    
    
  
Author: oscar
Date: 2006-04-11 21:42:37 +0000 (Tue, 11 Apr 2006)
New Revision: 3235
Modified:
   plog/trunk/class/dao/users.class.php
Log:
Added a missing include
Modified: plog/trunk/class/dao/users.class.php
===================================================================
--- plog/trunk/class/dao/users.class.php	2006-04-11 21:39:07 UTC (rev 3234)
+++ plog/trunk/class/dao/users.class.php	2006-04-11 21:42:37 UTC (rev 3235)
@@ -1,6 +1,4 @@
 <?php
-
-	
     
     /**
      * Model representing the users in our application. Provides the methods such as
@@ -27,6 +25,7 @@
         function _loadUserDataProvider()
         {
 	        // load the config file
+			include_once( PLOG_CLASS_PATH."class/config/configfilestorage.class.php" );
 	        $config = new ConfigFileStorage( Array( "file" => PLOG_CLASS_PATH."config/userdata.properties.php" ));	     
 	        
 	        // see which class has been configured as the user data provider
    
    
More information about the pLog-svn
mailing list