From: Georg Ehrke Date: Mon, 10 Sep 2012 12:40:54 +0000 (+0200) Subject: fix file upload X-Git-Tag: v4.5.0beta3~8^2~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=463b48b2e1e337c1531f094b26cae79d11bdcf27;p=nextcloud-server.git fix file upload --- diff --git a/lib/filesystemview.php b/lib/filesystemview.php index 743f9403011..3a17af510cf 100644 --- a/lib/filesystemview.php +++ b/lib/filesystemview.php @@ -295,12 +295,12 @@ class OC_FilesystemView { OC_Filesystem::signal_post_create, array( OC_Filesystem::signal_param_path => $path) ); - } + }/* OC_Hook::emit( OC_Filesystem::CLASSNAME, OC_Filesystem::signal_post_write, array( OC_Filesystem::signal_param_path => $path) - ); + );*/ OC_FileProxy::runPostProxies('file_put_contents', $absolutePath, $count); return $count > 0; }else{