]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix file upload
authorGeorg Ehrke <dev@georgswebsite.de>
Mon, 10 Sep 2012 12:40:54 +0000 (14:40 +0200)
committerGeorg Ehrke <dev@georgswebsite.de>
Mon, 10 Sep 2012 12:41:27 +0000 (14:41 +0200)
lib/filesystemview.php

index 743f940301121c52bbde89df1f3c9a310245e132..3a17af510cf5c2ea212599cd283cdd4f18604c3f 100644 (file)
@@ -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{