summaryrefslogtreecommitdiffstats
path: root/lib/filesystemview.php
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-07-27 09:37:11 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-07-27 09:37:47 -0400
commit4c822df28d6d0ece03468b4283bef235f9496b9e (patch)
tree040598845dd9f3976f9a8faff1c62fc8ae46b1a4 /lib/filesystemview.php
parent680eed6bacbbc1f8352c9e8c01521b9c7fa5fff9 (diff)
downloadnextcloud-server-4c822df28d6d0ece03468b4283bef235f9496b9e.tar.gz
nextcloud-server-4c822df28d6d0ece03468b4283bef235f9496b9e.zip
Fix incorrect copy/paste for file_put_contents()
Diffstat (limited to 'lib/filesystemview.php')
-rw-r--r--lib/filesystemview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filesystemview.php b/lib/filesystemview.php
index d1bab03e433..faf3f0bd4cc 100644
--- a/lib/filesystemview.php
+++ b/lib/filesystemview.php
@@ -266,7 +266,7 @@ class OC_FilesystemView {
OC_Filesystem::signal_post_write,
array( OC_Filesystem::signal_param_path => $path)
);
- OC_FileProxy::runPostProxies('hash', $absolutePath, $count);
+ OC_FileProxy::runPostProxies('file_put_contents', $absolutePath, $count);
return $count > 0;
}else{
return false;