mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Forgot to remove TODOs for file?time()s
This commit is contained in:
parent
098fc5ef95
commit
3f5fde50c1
1 changed files with 0 additions and 3 deletions
|
|
@ -191,7 +191,6 @@ class OC_FILESTORAGE_SHARED {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO Get ctime of last file
|
||||
public function filectime($path) {
|
||||
if ($path == "" || $path == "/") {
|
||||
$ctime = 0;
|
||||
|
|
@ -212,7 +211,6 @@ class OC_FILESTORAGE_SHARED {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO Get mtime of last file
|
||||
public function filemtime($path) {
|
||||
if ($path == "" || $path == "/") {
|
||||
$mtime = 0;
|
||||
|
|
@ -233,7 +231,6 @@ class OC_FILESTORAGE_SHARED {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO Get atime of last file
|
||||
public function fileatime($path) {
|
||||
if ($path == "" || $path == "/") {
|
||||
$atime = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue