remove unused variable
This commit is contained in:
parent
bc3c835f6a
commit
f274833403
|
@ -91,7 +91,6 @@ class Proxy extends \OC_FileProxy {
|
||||||
private function shouldEncrypt($path, $mode = 'w') {
|
private function shouldEncrypt($path, $mode = 'w') {
|
||||||
|
|
||||||
$userId = Helper::getUser($path);
|
$userId = Helper::getUser($path);
|
||||||
$session = new Session(new \OC\Files\View());
|
|
||||||
|
|
||||||
// don't call the crypt stream wrapper, if...
|
// don't call the crypt stream wrapper, if...
|
||||||
if (
|
if (
|
||||||
|
|
Loading…
Reference in New Issue