restore old export path even if empty
This commit is contained in:
parent
d71dc4dd2d
commit
5319953a0a
1 changed files with 1 additions and 1 deletions
|
|
@ -1017,7 +1017,7 @@ END {
|
|||
|
||||
# restore the original exportPath setting, now that we're done testing
|
||||
# exportCheckPath.
|
||||
$session->config->set('exportPath', $originalExportPath) if $originalExportPath;
|
||||
$session->config->set('exportPath', $originalExportPath);
|
||||
|
||||
# we created a couple of assets; roll them back so they don't stick around
|
||||
$versionTag->rollback();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue