fix a small scope bug

This commit is contained in:
Chris Nehren 2008-04-17 21:09:49 +00:00
parent 8fffa72836
commit 02535bf196

View file

@ -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');