mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(files_versions): Remove unused $node variable
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
2c773033bc
commit
5336c92ca5
1 changed files with 0 additions and 2 deletions
|
|
@ -387,8 +387,6 @@ class Storage {
|
|||
$files_view->touch($file, $revision);
|
||||
Storage::scheduleExpire($user->getUID(), $file);
|
||||
|
||||
$node = $userFolder->get($file);
|
||||
|
||||
return true;
|
||||
} elseif ($versionCreated) {
|
||||
self::deleteVersion($users_view, $version);
|
||||
|
|
|
|||
Loading…
Reference in a new issue