merging form pollution fix
This commit is contained in:
parent
c1cab2299c
commit
11e4f6ea7e
78 changed files with 2666 additions and 1463 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