fix a small scope bug
This commit is contained in:
parent
8fffa72836
commit
02535bf196
1 changed files with 1 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ sub exportGetUrlAsPath {
|
|||
my $config = $self->session->config;
|
||||
|
||||
# make sure that the export path is valid
|
||||
WebGUI::Asset->exportCheckPath($session);
|
||||
WebGUI::Asset->exportCheckPath($self->session);
|
||||
|
||||
# if we're still here, it's valid. get it.
|
||||
my $exportPath = $config->get('exportPath');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue