diff options
-rw-r--r-- | lib/private/encryption/util.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/private/encryption/util.php b/lib/private/encryption/util.php index e3390f155d4..961e7eceb2d 100644 --- a/lib/private/encryption/util.php +++ b/lib/private/encryption/util.php @@ -407,9 +407,6 @@ class Util { return true; } - $v1 = $this->userManager->userExists($root[1]); - $v2 = in_array($root[2], $this->excludedPaths); - // detect user specific folders if ($this->userManager->userExists($root[1]) && in_array($root[2], $this->excludedPaths)) { |