fixed bug 744867
This commit is contained in:
parent
e52550e2d7
commit
a12f83c530
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue