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
|
|
@ -579,7 +579,7 @@ sub www_styleWizard {
|
|||
my $logo;
|
||||
my $logoContent = '';
|
||||
if ($storageId) {
|
||||
my $storage = WebGUI::Storage::Image->get($self->session,$storageId);
|
||||
my $storage = WebGUI::Storage->get($self->session,$storageId);
|
||||
$logo = $self->addChild({
|
||||
className=>"WebGUI::Asset::File::Image",
|
||||
title=>join(' ', $form->get("heading"), $i18n->get('logo')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue