Fixes syntax error in ZipIt.php.

This commit is contained in:
Lars Jung 2012-04-16 21:04:04 +02:00
parent 71ed41fa69
commit cc06b07d52

View file

@ -28,7 +28,7 @@ class ZipIt {
$zip->addEmptyDir("/"); $zip->addEmptyDir("/");
foreach ($hrefs as $href) { foreach ($hrefs as $href) {
$d = H5ai::normalize_path(dirname($href, true)); $d = H5ai::normalize_path(dirname($href), true);
$n = basename($href); $n = basename($href);
$code = $this->h5ai->getHttpCode($d); $code = $this->h5ai->getHttpCode($d);
if ($code == 401) { if ($code == 401) {