Fixes syntax error in ZipIt.php.
This commit is contained in:
parent
71ed41fa69
commit
cc06b07d52
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class ZipIt {
|
|||
|
||||
$zip->addEmptyDir("/");
|
||||
foreach ($hrefs as $href) {
|
||||
$d = H5ai::normalize_path(dirname($href, true));
|
||||
$d = H5ai::normalize_path(dirname($href), true);
|
||||
$n = basename($href);
|
||||
$code = $this->h5ai->getHttpCode($d);
|
||||
if ($code == 401) {
|
||||
|
|
Loading…
Add table
Reference in a new issue