mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-15 02:14:06 +02:00
Another fix for download-all.
This commit is contained in:
@@ -26,7 +26,7 @@ class Api {
|
|||||||
$as = $this->request->query('as');
|
$as = $this->request->query('as');
|
||||||
$type = $this->request->query('type');
|
$type = $this->request->query('type');
|
||||||
$base_href = $this->request->query('baseHref');
|
$base_href = $this->request->query('baseHref');
|
||||||
$hrefs = $this->request->query('hrefs');
|
$hrefs = $this->request->query('hrefs', '');
|
||||||
|
|
||||||
$archive = new Archive($this->context);
|
$archive = new Archive($this->context);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user