Fix incorrect copy/paste for file_put_contents()

This commit is contained in:
Michael Gapczynski 2012-07-27 09:37:11 -04:00
parent 93c75f46e5
commit 6b83470c96
1 changed files with 1 additions and 1 deletions

View 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;