Skip to content

Commit

Permalink
fixed File area read_dir()
Browse files Browse the repository at this point in the history
Handlers don't seem to be implemented at all...
  • Loading branch information
WanWizard committed Aug 29, 2019
1 parent 1492731 commit 639d766
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions classes/file/area.php
Expand Up @@ -221,8 +221,7 @@ public function read($path, $as_string = false)

public function read_dir($path, $depth = 0, $filter = null)
{
$content = \File::read_dir($path, $depth, $filter, $this);
return $this->get_handler($path, array(), $content);
return \File::read_dir($path, $depth, $filter, $this);
}

public function rename($path, $new_path)
Expand Down

0 comments on commit 639d766

Please sign in to comment.