From cc06b07d521549627f530a593a9f2c7077a97d7f Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Mon, 16 Apr 2012 21:04:04 +0200 Subject: [PATCH] Fixes syntax error in ZipIt.php. --- src/_h5ai/php/inc/ZipIt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_h5ai/php/inc/ZipIt.php b/src/_h5ai/php/inc/ZipIt.php index 41b9b416..78c23165 100644 --- a/src/_h5ai/php/inc/ZipIt.php +++ b/src/_h5ai/php/inc/ZipIt.php @@ -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) {