diff options
author | icewind1991 <icewind1991@gmail.com> | 2013-01-30 13:22:33 -0800 |
---|---|---|
committer | icewind1991 <icewind1991@gmail.com> | 2013-01-30 13:22:33 -0800 |
commit | 0cde86ac5561f468c7218e74192cb23fb4ace0c3 (patch) | |
tree | bcc43051351cb1f455f0482ee5a0a112e9052ac7 /lib/fileproxy.php | |
parent | 2fbf3d40900d29c04b69f0c18e4d833a312fb21c (diff) | |
parent | 6043789394252a8f9042acfe0e62c1a5fb4e73d1 (diff) | |
download | nextcloud-server-0cde86ac5561f468c7218e74192cb23fb4ace0c3.tar.gz nextcloud-server-0cde86ac5561f468c7218e74192cb23fb4ace0c3.zip |
Merge pull request #673 from owncloud/filesystem
Filecache rewrite
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 2f81bde64a1..52ec79b4bdb 100644 --- a/lib/fileproxy.php +++ b/lib/fileproxy.php @@ -36,7 +36,7 @@ * The return value 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, + * is_writable, filemtime, filectime, file_get_contents, * getMimeType, hash, fopen, free_space and search */ |