Use speed cache

This commit is contained in:
SeriousBuggie
2020-08-22 07:35:07 +03:00
committed by GitHub
parent e90854bb14
commit a4848dcb7e

View File

@@ -165,7 +165,7 @@ class DirectoryListDetailed extends DirectoryList
$dirs = $files = array();
foreach ($this as $t)
{
if ($this->is_dir($path . $t))
if ($this->is_dir($t))
{
$temp = new DirItem($path, $t);
if ($temp -> __get('is_parent_dir'))