Deprecated WebGUI::Storage::Image. WebGUI::Storage can now do everything
WebGUI::Storage::Image can do.
This commit is contained in:
parent
2b3e88fd63
commit
ee84cc7611
34 changed files with 399 additions and 470 deletions
|
|
@ -58,8 +58,8 @@ sub process {
|
|||
my $filename = shift;
|
||||
my $output = "";
|
||||
|
||||
# Use WebGUI::Storage::Image because we might be getting an image
|
||||
my $storage = WebGUI::Storage::Image->get( $session, $storageId );
|
||||
# Use WebGUI::Storage because we might be getting an image
|
||||
my $storage = WebGUI::Storage->get( $session, $storageId );
|
||||
return "" if !$storage;
|
||||
|
||||
if ( !$filename ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue