Merge pull request #18030 from owncloud/dav-upload-updater
go trough the updater when uploading over webdav
This commit is contained in:
commit
6c139674a4
|
@ -208,10 +208,9 @@ class File extends Node implements IFile {
|
|||
}
|
||||
|
||||
// since we skipped the view we need to scan and emit the hooks ourselves
|
||||
$partStorage->getScanner()->scanFile($internalPath);
|
||||
$this->fileView->getUpdater()->update($this->path);
|
||||
|
||||
if ($view) {
|
||||
$this->fileView->getUpdater()->propagate($hookPath);
|
||||
if (!$exists) {
|
||||
\OC_Hook::emit(\OC\Files\Filesystem::CLASSNAME, \OC\Files\Filesystem::signal_post_create, array(
|
||||
\OC\Files\Filesystem::signal_param_path => $hookPath
|
||||
|
|
Loading…
Reference in New Issue