Merge pull request #44083 from nextcloud/revert-44066-pulsejet/ver-nc

Revert "files_versions: add missing null check"
pull/44093/head
Louis 3 months ago committed by GitHub
commit 1c0191aecf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -194,11 +194,6 @@ class FileEventsListener implements IEventListener {
}
$path = $this->getPathForNode($node);
if ($path === null) {
return;
}
$result = Storage::store($path);
// Store the result of the version creation so it can be used in post_write_hook.

Loading…
Cancel
Save