[pLog-svn] r2450 - plog/branches/plog-1.0.2/class/gallery/dao

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Sep 6 15:42:54 GMT 2005


Author: oscar
Date: 2005-09-06 15:42:53 +0000 (Tue, 06 Sep 2005)
New Revision: 2450

Modified:
   plog/branches/plog-1.0.2/class/gallery/dao/galleryresources.class.php
Log:
fixed issue 695 (http://bugs.plogworld.net/view.php?id=695)


Modified: plog/branches/plog-1.0.2/class/gallery/dao/galleryresources.class.php
===================================================================
--- plog/branches/plog-1.0.2/class/gallery/dao/galleryresources.class.php	2005-09-05 19:26:35 UTC (rev 2449)
+++ plog/branches/plog-1.0.2/class/gallery/dao/galleryresources.class.php	2005-09-06 15:42:53 UTC (rev 2450)
@@ -365,7 +365,7 @@
 			$outFile = GalleryResourceStorage::getPreviewsFolder( $ownerId ).$fileName;
 			
 			// and finally, we can generate the preview!
-			$result = $resizer->generate( $outFile, $previewHeight, $previewWidth, $previewKeepAspectRatio );
+			$result = $resizer->generate( $outFile, $previewWidth, $previewHeight, $previewKeepAspectRatio );
 			
 			return $result;
 		}




More information about the pLog-svn mailing list