[pLog-svn] r2274 - plog/trunk/class/gallery/dao

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Jun 28 09:16:51 GMT 2005


Author: oscar
Date: 2005-06-28 09:16:49 +0000 (Tue, 28 Jun 2005)
New Revision: 2274

Modified:
   plog/trunk/class/gallery/dao/galleryresources.class.php
Log:
added a missing include, though this class should be check by ben or me and
optimize the amount of classes included...


Modified: plog/trunk/class/gallery/dao/galleryresources.class.php
===================================================================
--- plog/trunk/class/gallery/dao/galleryresources.class.php	2005-06-26 13:00:18 UTC (rev 2273)
+++ plog/trunk/class/gallery/dao/galleryresources.class.php	2005-06-28 09:16:49 UTC (rev 2274)
@@ -25,6 +25,7 @@
 	include_once( PLOG_CLASS_PATH."class/config/config.class.php" );
 	include_once( PLOG_CLASS_PATH."class/data/textfilter.class.php" );
 	include_once( PLOG_CLASS_PATH."class/gallery/dao/galleryresourcequotas.class.php" );
+	include_once( PLOG_CLASS_PATH."class/database/db.class.php" );
 
     /**
 	 * \ingroup Gallery




More information about the pLog-svn mailing list