Author: sevein
Date: Wed Sep 9 07:22:32 2009
New Revision: 3202
Log:
Update to fit in with new QubitDigitalObject::resizeImage method (r2823) where
thumbnail bitstream is returned.
Modified:
trunk/lib/model/QubitDigitalObject.php
Modified: trunk/lib/model/QubitDigitalObject.php
==============================================================================
--- trunk/lib/model/QubitDigitalObject.php Wed Sep 9 00:12:56 2009
(r3201)
+++ trunk/lib/model/QubitDigitalObject.php Wed Sep 9 07:22:32 2009
(r3202)
@@ -1162,7 +1162,7 @@
if ($this->isImage())
{
$filename = sfConfig::get('sf_web_dir').$this->getFullPath();
- return QubitDigitalObject::resizeImage($filename, $filename, $maxwidth,
$maxheight);
+ return QubitDigitalObject::resizeImage($filename, $maxwidth, $maxheight);
}
return false;
@@ -1237,7 +1237,6 @@
* Resize an image using the sfThubmnail Plugin.
*
* @param string $originalImageName
- * @param string $newImageName
* @param integer $width
* @param integer $height
*
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---