merging form pollution fix

This commit is contained in:
JT Smith 2008-04-16 21:55:38 +00:00
parent c1cab2299c
commit 11e4f6ea7e
78 changed files with 2666 additions and 1463 deletions

View file

@ -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];