fixed bug 744867

This commit is contained in:
JT Smith 2003-06-01 18:10:33 +00:00
parent e52550e2d7
commit a12f83c530

View file

@ -15,6 +15,7 @@ use WebGUI::Collateral;
use WebGUI::Macro;
use WebGUI::ErrorHandler;
use WebGUI::Session;
use WebGUI::Utility;
# test for Image::Magick
@ -59,7 +60,7 @@ sub process {
}
if ($width || $height) {
$url = GuideGuide::scaleImage(
$url = scaleImage(
collateral => $collateral,
width => $width,
height => $height