Another fix for download-all.
This commit is contained in:
parent
b261c7e937
commit
78df81266c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class Api {
|
|||
$as = $this->request->query('as');
|
||||
$type = $this->request->query('type');
|
||||
$base_href = $this->request->query('baseHref');
|
||||
$hrefs = $this->request->query('hrefs');
|
||||
$hrefs = $this->request->query('hrefs', '');
|
||||
|
||||
$archive = new Archive($this->context);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue