Cleaned the pollution from the forms system.

This commit is contained in:
JT Smith 2008-04-16 16:11:10 +00:00
parent 53b81b36d0
commit 8500c4d506
81 changed files with 2675 additions and 1570 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];