Fix incorrect copy/paste for file_put_contents()

remotes/origin/stable45
Michael Gapczynski 13 years ago
parent 680eed6bac
commit 4c822df28d
  1. 2
      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;

Loading…
Cancel
Save