diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-11-08 22:26:03 +0100 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-11-08 22:26:03 +0100 |
commit | ca6c500799ec13c433ca74b8caa80875084c4943 (patch) | |
tree | 00fd4252dcad5c47cc4cbd2b27acb0bdeb410915 /lib/fileproxy.php | |
parent | ec015a2e6806be90516e5cba009823050d98bcb0 (diff) | |
download | nextcloud-server-ca6c500799ec13c433ca74b8caa80875084c4943.tar.gz nextcloud-server-ca6c500799ec13c433ca74b8caa80875084c4943.zip |
remove OC_Filesystem::fileatime
Diffstat (limited to 'lib/fileproxy.php')
-rw-r--r-- | lib/fileproxy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fileproxy.php b/lib/fileproxy.php index 549b7015a6a..235fc8bf284 100644 --- a/lib/fileproxy.php +++ b/lib/fileproxy.php @@ -34,7 +34,7 @@ * A post-proxy recieves 2 arguments, the filepath and the result of the operation. * The return calue of the post-proxy will be used as the new result of the operation * The operations that have a post-proxy are - * file_get_contents, is_file, is_dir, file_exists, stat, is_readable, is_writable, fileatime, filemtime, filectime, file_get_contents, getMimeType, hash, free_space and search + * file_get_contents, is_file, is_dir, file_exists, stat, is_readable, is_writable, filemtime, filectime, file_get_contents, getMimeType, hash, free_space and search */ class OC_FileProxy{ |