refactored storage api to handle new session stuff
This commit is contained in:
parent
02c5a65857
commit
1e5034acd6
11 changed files with 84 additions and 45 deletions
|
|
@ -381,7 +381,7 @@ sub www_styleWizard {
|
|||
my $storageId = $self->session->form->file("logo");
|
||||
my $logo;
|
||||
if ($storageId) {
|
||||
my $storage = WebGUI::Storage::Image->get($self->session->form->file("logo"));
|
||||
my $storage = WebGUI::Storage::Image->get($self->session,$self->session->form->file("logo"));
|
||||
$logo = $self->addChild({
|
||||
className=>"WebGUI::Asset::File::Image",
|
||||
title=>$self->session->form->text("heading")." Logo",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue