wrong constructor called on WebGUI::Storage::Image

This commit is contained in:
Frank Dillon 2008-11-19 05:06:10 +00:00
parent bc5fd3c727
commit 2945189adb

View file

@ -59,7 +59,7 @@ sub process {
my $output = "";
# Use WebGUI::Storage::Image because we might be getting an image
my $storage = WebGUI::Storage::Image->new( $session, $storageId );
my $storage = WebGUI::Storage::Image->get( $session, $storageId );
return "" if !$storage;
if ( !$filename ) {