]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix incorrect copy/paste for file_put_contents()
authorMichael Gapczynski <mtgap@owncloud.com>
Fri, 27 Jul 2012 13:37:11 +0000 (09:37 -0400)
committerMichael Gapczynski <mtgap@owncloud.com>
Mon, 30 Jul 2012 14:07:19 +0000 (10:07 -0400)
lib/filesystemview.php

index 7e5f156aca3231777fbc8a22a8b88dc3e5c02312..ed52ba1be4666e97585a132aa6632745b6971833 100644 (file)
@@ -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;