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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Thu Dec 23 11:19:21 GMT 2004


Author: oscar
Date: 2004-12-23 11:19:21 +0000 (Thu, 23 Dec 2004)
New Revision: 570

Modified:
   plog/trunk/class/gallery/dao/galleryresourcequotas.class.php
Log:
fixed a bug here


Modified: plog/trunk/class/gallery/dao/galleryresourcequotas.class.php
===================================================================
--- plog/trunk/class/gallery/dao/galleryresourcequotas.class.php	2004-12-23 10:57:49 UTC (rev 569)
+++ plog/trunk/class/gallery/dao/galleryresourcequotas.class.php	2004-12-23 11:19:21 UTC (rev 570)
@@ -94,7 +94,7 @@
 			$blogs = new Blogs();
 			$blogSettings = $blogs->getBlogSettings( $blogId );
 			
-			$blogQuota = $blogSettings->getValue( "blog_resources_quota" );
+			$blogQuota = $blogSettings->getValue( "resources_quota" );
 			if( $blogQuota == "" )
 				$blogQuota = GalleryResourceQuotas::getGlobalResourceQuota();
 				




More information about the pLog-svn mailing list