diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/filesystemview.php | 2 |
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; |