aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fileproxy.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-10-21 17:01:41 +0200
committerRobin Appelman <icewind@owncloud.com>2012-02-21 20:48:47 +0100
commitabc749feeb14c49d483135f879195b70ee89654f (patch)
treefe0339401171ebe56af56a2c463fb353c85d0244 /lib/fileproxy.php
parentb6ed61eab2fce2de3653b376bef0eeddd431562a (diff)
downloadnextcloud-server-abc749feeb14c49d483135f879195b70ee89654f.tar.gz
nextcloud-server-abc749feeb14c49d483135f879195b70ee89654f.zip
make documentation reflect reality a bit better
Diffstat (limited to 'lib/fileproxy.php')
-rw-r--r--lib/fileproxy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fileproxy.php b/lib/fileproxy.php
index 7e0722b960e..1fb22bd1139 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, 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, fileatime, filemtime, filectime, file_get_contents, getMimeType, hash, fopen, free_space and search
*/
class OC_FileProxy{