Merge pull request #761 from myl7/master

Fix #758
This commit is contained in:
Lars Jung 2021-01-24 15:54:11 +01:00 committed by GitHub
commit 6b147c7bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,8 @@ class Archive {
continue;
}
$d = Util::normalize_path(dirname($href), true);
$href = Util::normalize_path($href, false);
$d = dirname($href);
$n = basename($href);
if ($this->context->is_managed_href($d) && !$this->context->is_hidden($n)) {