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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jan 26 23:54:31 GMT 2006


Author: oscar
Date: 2006-01-26 23:54:30 +0000 (Thu, 26 Jan 2006)
New Revision: 2861

Modified:
   plog/trunk/class/gallery/dao/galleryresource.class.php
Log:
added a missing include


Modified: plog/trunk/class/gallery/dao/galleryresource.class.php
===================================================================
--- plog/trunk/class/gallery/dao/galleryresource.class.php	2006-01-26 23:54:10 UTC (rev 2860)
+++ plog/trunk/class/gallery/dao/galleryresource.class.php	2006-01-26 23:54:30 UTC (rev 2861)
@@ -212,6 +212,7 @@
 		 */
 		function getThumbnailMimeType()
 		{
+		  include_once( PLOG_CLASS_PATH."class/data/mimetype.class.php" );
 			if( $this->getThumbnailFormat() == "same" )
 				return $this->getMimeType();
 			else {



More information about the pLog-svn mailing list