diff options
Diffstat (limited to 'lib/private/Encryption/Keys')
-rw-r--r-- | lib/private/Encryption/Keys/Storage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Encryption/Keys/Storage.php b/lib/private/Encryption/Keys/Storage.php index 43a291b886c..248011aee5b 100644 --- a/lib/private/Encryption/Keys/Storage.php +++ b/lib/private/Encryption/Keys/Storage.php @@ -269,7 +269,7 @@ class Storage implements IStorage { if ($this->view->file_exists($path)) { if (isset($this->keyCache[$path])) { - $key = $this->keyCache[$path]; + $key = $this->keyCache[$path]; } else { $data = $this->view->file_get_contents($path); |