mirror of
https://github.com/jimeh/dlist.git
synced 2026-02-18 23:46:39 +00:00
fixed bug in dirlist.lib.php which left directory handler open.
git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@34 a5845835-ea0f-0410-a762-dd0bfe9bfde8
This commit is contained in:
@@ -153,9 +153,9 @@ class dirList {
|
||||
( $this->reverse ) ? krsort($this->list) : ksort($this->list) ;
|
||||
}
|
||||
$this->stats_totalsize = $this->format_filesize($this->stats_totalsize_raw);
|
||||
closedir($dh);
|
||||
return true;
|
||||
}else{ $this->error = true; return false; }
|
||||
closedir($dh);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user