Skip to content
Snippets Groups Projects
Commit f2748334 authored by Björn Schießle's avatar Björn Schießle
Browse files

remove unused variable

parent bc3c835f
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,6 @@ class Proxy extends \OC_FileProxy {
private function shouldEncrypt($path, $mode = 'w') {
$userId = Helper::getUser($path);
$session = new Session(new \OC\Files\View());
// don't call the crypt stream wrapper, if...
if (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment