Update README, and fix a syntax error in ExportHtml.
This commit is contained in:
parent
40a850c739
commit
e17a783efa
2 changed files with 3 additions and 3 deletions
4
README
4
README
|
|
@ -10,6 +10,6 @@ Top level Asset Helpers
|
||||||
* Cut
|
* Cut
|
||||||
* Manage
|
* Manage
|
||||||
* Revisions
|
* Revisions
|
||||||
Edit Branch
|
* Edit Branch
|
||||||
* Edit Url
|
* Edit Url
|
||||||
Export
|
* Export
|
||||||
|
|
|
||||||
|
|
@ -142,7 +142,7 @@ sub www_exportStatus {
|
||||||
my $session = $asset->session;
|
my $session = $asset->session;
|
||||||
return $session->privilege->insufficient() unless ($session->user->isInGroup(13));
|
return $session->privilege->insufficient() unless ($session->user->isInGroup(13));
|
||||||
my $i18n = WebGUI::International->new($session, "Asset");
|
my $i18n = WebGUI::International->new($session, "Asset");
|
||||||
my $iframeUrl = $self->getUrl('func=exportGenerate');
|
my $iframeUrl = $asset->getUrl('func=exportGenerate');
|
||||||
foreach my $formVar (qw/index depth userId extrasUploadsAction rootUrlAction exportUrl/) {
|
foreach my $formVar (qw/index depth userId extrasUploadsAction rootUrlAction exportUrl/) {
|
||||||
$iframeUrl = $session->url->append($iframeUrl, $formVar . '=' . $session->form->process($formVar));
|
$iframeUrl = $session->url->append($iframeUrl, $formVar . '=' . $session->form->process($formVar));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue