Skip to content

Commit 2b325d3

Browse files
authored
#869 fix time displaying
1 parent a2c390b commit 2b325d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/LfmItem.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,7 @@ public function size()
108108

109109
public function time()
110110
{
111-
if (!$this->isDirectory()) {
112-
return $this->lfm->lastModified();
113-
}
114-
115-
return false;
111+
return $this->lfm->lastModified();
116112
}
117113

118114
public function thumbUrl()

0 commit comments

Comments
 (0)