Cleaned the pollution from the forms system.
This commit is contained in:
parent
53b81b36d0
commit
8500c4d506
81 changed files with 2675 additions and 1570 deletions
|
|
@ -272,7 +272,7 @@ sub www_editFontSave {
|
|||
|
||||
if ($session->form->process('fid') eq 'new') {
|
||||
|
||||
my $fileStorageId = WebGUI::Form::File->new($session,{name => 'fontFile'})->getValueFromPost;
|
||||
my $fileStorageId = WebGUI::Form::File->new($session,{name => 'fontFile'})->getValue;
|
||||
my $storage = WebGUI::Storage->get($session, $fileStorageId);
|
||||
my $filename = $storage->getFiles()->[0];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue