mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #44083 from nextcloud/revert-44066-pulsejet/ver-nc
Revert "files_versions: add missing null check"
This commit is contained in:
commit
1c0191aecf
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Reference in a new issue