removed global $self from Graphics.pm
This commit is contained in:
parent
ec3eebda9b
commit
feca570b50
1 changed files with 2 additions and 2 deletions
|
|
@ -261,8 +261,8 @@ sub www_editFontSave {
|
|||
|
||||
if ($session->form->process('fid') eq 'new') {
|
||||
|
||||
my $fileStorageId = WebGUI::Form::File->new($self->session,{name => 'fontFile'})->getValueFromPost;
|
||||
my $storage = WebGUI::Storage->get($self->session, $fileStorageId);
|
||||
my $fileStorageId = WebGUI::Form::File->new($session,{name => 'fontFile'})->getValueFromPost;
|
||||
my $storage = WebGUI::Storage->get($session, $fileStorageId);
|
||||
my $filename = $storage->getFiles()->[0];
|
||||
|
||||
if ($filename) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue