diff --git a/lib/WebGUI/AssetExportHtml.pm b/lib/WebGUI/AssetExportHtml.pm index 4940cf2a5..a0256494a 100644 --- a/lib/WebGUI/AssetExportHtml.pm +++ b/lib/WebGUI/AssetExportHtml.pm @@ -827,7 +827,7 @@ sub www_export { $f->text( -label => $i18n->get("Export site root URL"), -name => 'exportUrl', - -value => $session->asset->getUrl, + -value => '', -hoverHelp => $i18n->get("Export site root URL description"), );