fix bad value in asset export
This commit is contained in:
parent
e96b2bbdb3
commit
1573fba55e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue