mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 10:19:45 -05:00
Revert "files_versions: add missing null check"
This commit is contained in:
parent
b6691b35c7
commit
310c8be748
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