Skip to content

Commit 6859c6f

Browse files
authored
Merge pull request #957 from mnvx/869-folder-date
#869 fix time displaying
2 parents 84dfc63 + 2b325d3 commit 6859c6f

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)