mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-03 00:29:49 -04:00
Fix unrenamed method name.
This commit is contained in:
parent
98f6611a7a
commit
78ccc49197
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ class Archive {
|
|||
$d = normalize_path(dirname($href), true);
|
||||
$n = basename($href);
|
||||
|
||||
if ($this->app->is_managed_url($d) && !$this->app->is_ignored($n)) {
|
||||
if ($this->app->is_managed_url($d) && !$this->app->is_hidden($n)) {
|
||||
|
||||
$real_file = $this->app->to_path($href);
|
||||
$archived_file = preg_replace("!^" . preg_quote(normalize_path(CURRENT_PATH, true)) . "!", "", $real_file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue