From 4c822df28d6d0ece03468b4283bef235f9496b9e Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Fri, 27 Jul 2012 09:37:11 -0400 Subject: Fix incorrect copy/paste for file_put_contents() --- lib/filesystemview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/filesystemview.php') 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; -- cgit v1.2.3