From 6b83470c96a509cddf40232fc77764e6ce591281 Mon Sep 17 00:00:00 2001
From: Michael Gapczynski <mtgap@owncloud.com>
Date: Fri, 27 Jul 2012 09:37:11 -0400
Subject: [PATCH] Fix incorrect copy/paste for file_put_contents()

---
 lib/filesystemview.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/filesystemview.php b/lib/filesystemview.php
index 7e5f156aca..ed52ba1be4 100644
--- a/lib/filesystemview.php
+++ b/lib/filesystemview.php
@@ -243,7 +243,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;
-- 
GitLab